diff options
author | kris <kris@FreeBSD.org> | 2003-05-18 11:50:46 +0000 |
---|---|---|
committer | kris <kris@FreeBSD.org> | 2003-05-18 11:50:46 +0000 |
commit | 2a6818be34c7d9e6b95cbbb80121538e9d13f91f (patch) | |
tree | e45acd11b3dad51dd5896d2f8aa9f3fffba9c0fa /news/nget | |
parent | 847fff39451bfce3fc1971c4007073296f7221f2 (diff) | |
download | FreeBSD-ports-2a6818be34c7d9e6b95cbbb80121538e9d13f91f.zip FreeBSD-ports-2a6818be34c7d9e6b95cbbb80121538e9d13f91f.tar.gz |
BROKEN on 5.1: fails to link
Diffstat (limited to 'news/nget')
-rw-r--r-- | news/nget/Makefile | 8 |
1 files changed, 7 insertions, 1 deletions
diff --git a/news/nget/Makefile b/news/nget/Makefile index 0af140f..33b9574 100644 --- a/news/nget/Makefile +++ b/news/nget/Makefile @@ -15,6 +15,12 @@ DISTNAME= nget-${PORTVERSION}+uulib MAINTAINER= george@crackpipe.net COMMENT= Auto-resuming command line nntp file grabber +.include <bsd.port.pre.mk> + +.if ${OSVERSION} >= 500113 +BROKEN= "Fails to link" +.endif + MAN1= nget.1 ngetlite.1 MANCOMPRESSED= no GNU_CONFIGURE= yes @@ -33,4 +39,4 @@ post-install: strip ${PREFIX}/bin/nget strip ${PREFIX}/bin/ngetlite -.include <bsd.port.mk> +.include <bsd.port.post.mk> |