diff options
author | erwin <erwin@FreeBSD.org> | 2009-06-11 16:27:40 +0800 |
---|---|---|
committer | erwin <erwin@FreeBSD.org> | 2009-06-11 16:27:40 +0800 |
commit | 227ecb075e411b325d98f39299bb7e452a1e0914 (patch) | |
tree | e1165af1c8adca6ff06e729b2189ed6d25147022 /net | |
parent | 16d4d83db3d505734c9da994eb8db48f1642898d (diff) | |
download | freebsd-ports-gnome-227ecb075e411b325d98f39299bb7e452a1e0914.tar.gz freebsd-ports-gnome-227ecb075e411b325d98f39299bb7e452a1e0914.tar.zst freebsd-ports-gnome-227ecb075e411b325d98f39299bb7e452a1e0914.zip |
Mark BROKEN on 8.x: does not build.
Diffstat (limited to 'net')
-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 b31e700dcb61..e4b6ee1e9762 100644 --- a/net/pppoa/Makefile +++ b/net/pppoa/Makefile @@ -32,6 +32,10 @@ USE_BZIP2= yes .include <bsd.port.pre.mk> +.if ${OSVERSION} >= 800064 +BROKEN= does not build +.endif + post-extract: @${TAR} -zxf ${DISTDIR}/${ALCATELDRIVER} -C ${WRKSRC} @${REINPLACE_CMD} s/-lkse/${PTHREAD_LIBS}/g ${WRKSRC}/configure |