diff options
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 |