diff options
author | Kris Kennaway <kris@FreeBSD.org> | 2005-10-11 06:18:28 +0000 |
---|---|---|
committer | Kris Kennaway <kris@FreeBSD.org> | 2005-10-11 06:18:28 +0000 |
commit | ebfc6ec6f91d61285bf9e28e5a989509f70cc5fd (patch) | |
tree | ad37bf6f038329e6035344863bc69117ea1bb29c /net/pppoa | |
parent | 187ff3379179f2e4f858097176eca3347209c5b0 (diff) |
Notes
Diffstat (limited to 'net/pppoa')
-rw-r--r-- | net/pppoa/Makefile | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/net/pppoa/Makefile b/net/pppoa/Makefile index df1679035925..dc54b32b4f14 100644 --- a/net/pppoa/Makefile +++ b/net/pppoa/Makefile @@ -33,6 +33,10 @@ USE_BZIP2= yes .include <bsd.port.pre.mk> +.if ${OSVERSION} >= 700000 +BROKEN= "Does not build on FreeBSD >= 7.0" +.endif + post-extract: @${TAR} -zxf ${DISTDIR}/${ALCATELDRIVER} -C ${WRKSRC} @${REINPLACE_CMD} s/-lkse/${PTHREAD_LIBS}/g ${WRKSRC}/configure |