diff options
author | Kris Kennaway <kris@FreeBSD.org> | 2004-11-18 22:24:18 +0000 |
---|---|---|
committer | Kris Kennaway <kris@FreeBSD.org> | 2004-11-18 22:24:18 +0000 |
commit | 6aaf4e0d59beccdf3f686357a72e7077937d49cb (patch) | |
tree | 8a1f3c0f88ae5625bd50e8ec839022f53ceae1eb /net/pppoa/Makefile | |
parent | 6e1ffea75499c60491e00fd563dd1a7f9d5e79d0 (diff) |
Notes
Diffstat (limited to 'net/pppoa/Makefile')
-rw-r--r-- | net/pppoa/Makefile | 8 |
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> |