diff options
author | lippe <lippe@FreeBSD.org> | 2008-04-03 10:12:52 +0800 |
---|---|---|
committer | lippe <lippe@FreeBSD.org> | 2008-04-03 10:12:52 +0800 |
commit | 9aa468141ae30b9ee647a4e7f1223d2e549e8a2c (patch) | |
tree | 8fe4cd5f900cd5bbc45e497740e5993a16f45466 /news | |
parent | bcbc5a1404ed64bcb592deea7550f45eedbf2f2c (diff) | |
download | freebsd-ports-gnome-9aa468141ae30b9ee647a4e7f1223d2e549e8a2c.tar.gz freebsd-ports-gnome-9aa468141ae30b9ee647a4e7f1223d2e549e8a2c.tar.zst freebsd-ports-gnome-9aa468141ae30b9ee647a4e7f1223d2e549e8a2c.zip |
- Mark as BROKEN on 5.x.
Reported by: erwin bot/pav
Approved by: araujo (mentor)
Diffstat (limited to 'news')
-rw-r--r-- | news/nzbget/Makefile | 9 |
1 files changed, 8 insertions, 1 deletions
diff --git a/news/nzbget/Makefile b/news/nzbget/Makefile index 61535592e72e..8dabe51de4d0 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> |