summaryrefslogtreecommitdiffstats
path: root/news/nzbget/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'news/nzbget/Makefile')
-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