summaryrefslogtreecommitdiffstats
path: root/news
diff options
context:
space:
mode:
authorlippe <lippe@FreeBSD.org>2008-04-03 02:12:52 +0000
committerlippe <lippe@FreeBSD.org>2008-04-03 02:12:52 +0000
commit9aa468141ae30b9ee647a4e7f1223d2e549e8a2c (patch)
tree8fe4cd5f900cd5bbc45e497740e5993a16f45466 /news
parentbcbc5a1404ed64bcb592deea7550f45eedbf2f2c (diff)
downloadFreeBSD-ports-9aa468141ae30b9ee647a4e7f1223d2e549e8a2c.zip
FreeBSD-ports-9aa468141ae30b9ee647a4e7f1223d2e549e8a2c.tar.gz
- Mark as BROKEN on 5.x.
Reported by: erwin bot/pav Approved by: araujo (mentor)
Diffstat (limited to 'news')
-rw-r--r--news/nzbget/Makefile9
1 files changed, 8 insertions, 1 deletions
diff --git a/news/nzbget/Makefile b/news/nzbget/Makefile
index 6153559..8dabe51 100644
--- a/news/nzbget/Makefile
+++ b/news/nzbget/Makefile
@@ -7,6 +7,7 @@
PORTNAME= nzbget
PORTVERSION= 0.3.1
+PORTREVISION= 1
CATEGORIES= news
MASTER_SITES= SF
@@ -25,7 +26,13 @@ USE_GMAKE= yes
PLIST_FILES= bin/nzbget etc/nzbget.conf.example
+.include <bsd.port.pre.mk>
+
+.if ${OSVERSION} < 600000
+BROKEN= Does not compile on 5.x
+.endif
+
post-install:
@${INSTALL_DATA} ${WRKSRC}/nzbget.conf.example ${PREFIX}/etc
-.include <bsd.port.mk>
+.include <bsd.port.post.mk>
OpenPOWER on IntegriCloud