aboutsummaryrefslogtreecommitdiffstats
path: root/net/pppoa/Makefile
diff options
context:
space:
mode:
authorkris <kris@FreeBSD.org>2004-11-19 06:24:18 +0800
committerkris <kris@FreeBSD.org>2004-11-19 06:24:18 +0800
commitb117844f07900cf9f7169c358ffcee3e1a59d215 (patch)
treef85952cef727a58ba4e8b2ebb5fdc189b34c6534 /net/pppoa/Makefile
parent5e19b51eba6f599c82bf3eb92b5b7e4b66414776 (diff)
downloadfreebsd-ports-gnome-b117844f07900cf9f7169c358ffcee3e1a59d215.tar.gz
freebsd-ports-gnome-b117844f07900cf9f7169c358ffcee3e1a59d215.tar.zst
freebsd-ports-gnome-b117844f07900cf9f7169c358ffcee3e1a59d215.zip
BROKEN on 6.x: Configure fails
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>