aboutsummaryrefslogtreecommitdiff
path: root/devel/uclmmbase
diff options
context:
space:
mode:
authorEdwin Groothuis <edwin@FreeBSD.org>2007-10-03 23:00:29 +0000
committerEdwin Groothuis <edwin@FreeBSD.org>2007-10-03 23:00:29 +0000
commit9aaccaed7d0e000844966e72551a5375ac718636 (patch)
tree7a73157d6acb1999d85f31a3d7393c7d9af5e39f /devel/uclmmbase
parentbf149172eb4bde1861d3e54d83615ff8c27b0925 (diff)
downloadports-9aaccaed7d0e000844966e72551a5375ac718636.tar.gz
ports-9aaccaed7d0e000844966e72551a5375ac718636.zip
Notes
Diffstat (limited to 'devel/uclmmbase')
-rw-r--r--devel/uclmmbase/Makefile9
1 files changed, 2 insertions, 7 deletions
diff --git a/devel/uclmmbase/Makefile b/devel/uclmmbase/Makefile
index be31746d0869..3060c90dd97a 100644
--- a/devel/uclmmbase/Makefile
+++ b/devel/uclmmbase/Makefile
@@ -17,6 +17,7 @@ COMMENT= Common subroutines for UCL mbone applications
WRKSRC= ${WRKDIR}/common
GNU_CONFIGURE= yes
USE_OPENSSL= yes
+CONFIGURE_ARGS= --enable-ipv6
post-configure:
@for f in ${FILESDIR}/*.bsd ; do \
@@ -34,10 +35,4 @@ post-build test:
do-install:
cd ${WRKSRC}/src && ${MAKE_ENV} ${MAKE} install
-.include <bsd.port.pre.mk>
-
-.if ${OSVERSION} >= 400014
-CONFIGURE_ARGS+= --enable-ipv6
-.endif
-
-.include <bsd.port.post.mk>
+.include <bsd.port.mk>