aboutsummaryrefslogtreecommitdiff
path: root/devel/kdesdk3/Makefile
diff options
context:
space:
mode:
authorMichael Nottebrock <lofi@FreeBSD.org>2003-07-29 13:01:14 +0000
committerMichael Nottebrock <lofi@FreeBSD.org>2003-07-29 13:01:14 +0000
commitb4fe150f4075703de71b5dadc1068767f75d99fd (patch)
treeb0dda8ce762802490ceb54db4372955648b691e2 /devel/kdesdk3/Makefile
parentbc04233bfca198b740f7fb7704a183ae194d6ca4 (diff)
Notes
Diffstat (limited to 'devel/kdesdk3/Makefile')
-rw-r--r--devel/kdesdk3/Makefile6
1 files changed, 5 insertions, 1 deletions
diff --git a/devel/kdesdk3/Makefile b/devel/kdesdk3/Makefile
index 2ce46cc21405..bd99628586bb 100644
--- a/devel/kdesdk3/Makefile
+++ b/devel/kdesdk3/Makefile
@@ -15,13 +15,14 @@ DIST_SUBDIR= KDE
MAINTAINER= kde@FreeBSD.org
COMMENT= KDE Software Development Kit
-LIB_DEPENDS= db4.0:${PORTSDIR}/databases/db4
+LIB_DEPENDS= db41:${PORTSDIR}/databases/db41
USE_KDEBASE_VER=3
PREFIX= ${KDE_PREFIX}
USE_BZIP2= yes
USE_GMAKE= yes
+USE_REINPLACE= yes
GNU_CONFIGURE= yes
INSTALLS_SHLIB= yes
@@ -31,6 +32,9 @@ LDCONFIG_DIRS= %%PREFIX%%/lib %%PREFIX%%/lib/kde3
.include <bsd.port.pre.mk>
+pre-configure::
+ ${REINPLACE_CMD} -e 's@-pedantic @@g' ${WRKSRC}/configure
+
.include "${FILESDIR}/manpages.mk"
.include <bsd.port.post.mk>