diff options
author | kris <kris@FreeBSD.org> | 2003-10-16 09:31:58 +0800 |
---|---|---|
committer | kris <kris@FreeBSD.org> | 2003-10-16 09:31:58 +0800 |
commit | da8461ff2ec762292299f15fc11acb1c8964991e (patch) | |
tree | f89e331d5f2e08ecfea6d61ae8acc9965049b439 /news/nn | |
parent | aacf2ddd5568a006dd10f1707dbfc411828817ce (diff) | |
download | freebsd-ports-gnome-da8461ff2ec762292299f15fc11acb1c8964991e.tar.gz freebsd-ports-gnome-da8461ff2ec762292299f15fc11acb1c8964991e.tar.zst freebsd-ports-gnome-da8461ff2ec762292299f15fc11acb1c8964991e.zip |
BROKEN on 5.x: does not compile
Diffstat (limited to 'news/nn')
-rw-r--r-- | news/nn/Makefile | 10 |
1 files changed, 9 insertions, 1 deletions
diff --git a/news/nn/Makefile b/news/nn/Makefile index 881d1fd9c0e4..3e33c1b09b30 100644 --- a/news/nn/Makefile +++ b/news/nn/Makefile @@ -16,10 +16,18 @@ EXTRACT_SUFX= .tar.Z MAINTAINER= jooji@nickelkid.com COMMENT= Newsreader +USE_GMAKE= yes + MAN1= nn.1 nncheck.1 nngoback.1 nngrab.1 nngrep.1 nnpost.1 \ nntidy.1 nnview.1 nnacct.1m nnadmin.1m nnstats.1m nnusage.1m MAN8= nnmaster.8 nnspew.8 +.include <bsd.port.pre.mk> + +.if ${OSVERSION} >= 501000 +BROKEN= "Does not compile" +.endif + pre-patch: @${CP} ${WRKSRC}/config.h-dist ${WRKSRC}/config.h.unparsed @@ -30,4 +38,4 @@ pre-build: post-install: @PKG_PREFIX=${PREFIX} ${SH} ${PKGINSTALL} ${DISTNAME} POST-INSTALL -.include <bsd.port.mk> +.include <bsd.port.post.mk> |