aboutsummaryrefslogtreecommitdiff
path: root/ftp/kbear
diff options
context:
space:
mode:
authorClement Laforet <clement@FreeBSD.org>2004-01-18 15:25:46 +0000
committerClement Laforet <clement@FreeBSD.org>2004-01-18 15:25:46 +0000
commita7572876c0bb3af2119fa1c4e7abb1765688756d (patch)
treec25e4a5d4b74c277e5a3f0932cfaa5fac6145ec6 /ftp/kbear
parent22fc50085a93898f391208b84af4474da8ac2998 (diff)
downloadports-a7572876c0bb3af2119fa1c4e7abb1765688756d.tar.gz
ports-a7572876c0bb3af2119fa1c4e7abb1765688756d.zip
Notes
Diffstat (limited to 'ftp/kbear')
-rw-r--r--ftp/kbear/Makefile8
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>