diff options
author | Clement Laforet <clement@FreeBSD.org> | 2004-01-18 15:25:46 +0000 |
---|---|---|
committer | Clement Laforet <clement@FreeBSD.org> | 2004-01-18 15:25:46 +0000 |
commit | a7572876c0bb3af2119fa1c4e7abb1765688756d (patch) | |
tree | c25e4a5d4b74c277e5a3f0932cfaa5fac6145ec6 /ftp | |
parent | 22fc50085a93898f391208b84af4474da8ac2998 (diff) | |
download | ports-a7572876c0bb3af2119fa1c4e7abb1765688756d.tar.gz ports-a7572876c0bb3af2119fa1c4e7abb1765688756d.zip |
Notes
Diffstat (limited to 'ftp')
-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> |