diff options
author | alepulver <alepulver@FreeBSD.org> | 2006-10-08 22:35:12 +0800 |
---|---|---|
committer | alepulver <alepulver@FreeBSD.org> | 2006-10-08 22:35:12 +0800 |
commit | cfc4fc23307ad0071a3890f8d76cecfcd935f226 (patch) | |
tree | 30025c3892b74a70a70c4cf2dab906c21cee9232 /net | |
parent | cbcb1e290266bb331a8bf3c3a8a771fdfecdc255 (diff) | |
download | freebsd-ports-gnome-cfc4fc23307ad0071a3890f8d76cecfcd935f226.tar.gz freebsd-ports-gnome-cfc4fc23307ad0071a3890f8d76cecfcd935f226.tar.zst freebsd-ports-gnome-cfc4fc23307ad0071a3890f8d76cecfcd935f226.zip |
- Remove BROKEN for 4.x since a maintainer patch was previously committed.
Diffstat (limited to 'net')
-rw-r--r-- | net/ndisc6/Makefile | 8 |
1 files changed, 1 insertions, 7 deletions
diff --git a/net/ndisc6/Makefile b/net/ndisc6/Makefile index bdc4b9114700..28da2cf42ef7 100644 --- a/net/ndisc6/Makefile +++ b/net/ndisc6/Makefile @@ -28,12 +28,6 @@ MLINKS= rltraceroute6.8 tcptraceroute6.8 \ PORTDOCS= AUTHORS NEWS README -.include <bsd.port.pre.mk> - -.if ${OSVERSION} < 500000 -BROKEN= does not build on 4.x -.endif - post-install: .ifndef(NOPORTDOCS) @${MKDIR} ${DOCSDIR} @@ -42,4 +36,4 @@ post-install: .endfor .endif -.include <bsd.port.post.mk> +.include <bsd.port.mk> |