diff options
-rw-r--r-- | ftp/kbear/Makefile | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/ftp/kbear/Makefile b/ftp/kbear/Makefile index a0ca1aa31985..b8b6cea357f9 100644 --- a/ftp/kbear/Makefile +++ b/ftp/kbear/Makefile @@ -21,11 +21,11 @@ USE_REINPLACE= yes USE_BZIP2= yes USE_GMAKE= yes GNU_CONFIGURE= yes -CONFIGURE_TARGET= -CONFIGURE_ARGS+=--build=${MACHINE_ARCH}-portbld-freebsd${OSREL} CONFIGURE_ENV= XML2POT=${TRUE} PO2XML=${TRUE} post-patch: - @${REINPLACE_CMD} -e 's|-pedantic ||g' ${WRKSRC}/configure + @${REINPLACE_CMD} -e 's|-O2||g' ${WRKSRC}/configure -.include <bsd.port.mk> +.include <bsd.port.pre.mk> +.include "${PORTSDIR}/x11/kde3/Makefile.kde" +.include <bsd.port.post.mk> |