aboutsummaryrefslogtreecommitdiff
path: root/net/poptop
diff options
context:
space:
mode:
authorMartin Wilke <miwi@FreeBSD.org>2010-03-20 16:04:25 +0000
committerMartin Wilke <miwi@FreeBSD.org>2010-03-20 16:04:25 +0000
commit1779c8dc073e0395f4eecc6e42321e98b5e30749 (patch)
tree068fd40f9813456e3287e081af72708158112025 /net/poptop
parent1e52282e828beb7e3d1c09b1d6ea486e5777bdef (diff)
downloadports-1779c8dc073e0395f4eecc6e42321e98b5e30749.tar.gz
ports-1779c8dc073e0395f4eecc6e42321e98b5e30749.zip
Notes
Diffstat (limited to 'net/poptop')
-rw-r--r--net/poptop/Makefile8
1 files changed, 7 insertions, 1 deletions
diff --git a/net/poptop/Makefile b/net/poptop/Makefile
index 929e3cdc5e8e..92271dc27afa 100644
--- a/net/poptop/Makefile
+++ b/net/poptop/Makefile
@@ -39,4 +39,10 @@ post-install:
${INSTALL_DATA} ${WRKSRC}/samples/pptpd.conf \
${PREFIX}/etc/pptpd.conf.sample
-.include <bsd.port.mk>
+.include <bsd.port.pre.mk>
+
+.if ${OSVERSION} > 900007
+BROKEN= fails to build with new utmpx
+.endif
+
+.include <bsd.port.post.mk>