aboutsummaryrefslogtreecommitdiff
path: root/net/pppoa/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'net/pppoa/Makefile')
-rw-r--r--net/pppoa/Makefile8
1 files changed, 7 insertions, 1 deletions
diff --git a/net/pppoa/Makefile b/net/pppoa/Makefile
index ee47d40c2bf3..dce57f22eafe 100644
--- a/net/pppoa/Makefile
+++ b/net/pppoa/Makefile
@@ -30,6 +30,12 @@ WRKSRC= ${WRKDIR}/${SPEEDTOUCH}
MAN1= modem_run.1 pppoa2.1 pppoa3.1
USE_BZIP2= yes
+.include <bsd.port.pre.mk>
+
+.if ${OSVERSION} >= 600000
+BROKEN= "Configure fails on FreeBSD >= 6.x"
+.endif
+
post-extract:
@${TAR} -zxf ${DISTDIR}/${ALCATELDRIVER} -C ${WRKSRC}
@${REINPLACE_CMD} s/-lkse/${PTHREAD_LIBS}/g ${WRKSRC}/configure
@@ -41,4 +47,4 @@ post-install:
${LOCALBASE}/share/doc/speedtouch/.
@${CAT} ${LOCALBASE}/share/doc/speedtouch/quick-install
-.include <bsd.port.mk>
+.include <bsd.port.post.mk>