diff options
author | Pav Lucistnik <pav@FreeBSD.org> | 2004-12-01 21:23:38 +0000 |
---|---|---|
committer | Pav Lucistnik <pav@FreeBSD.org> | 2004-12-01 21:23:38 +0000 |
commit | 5e42dc3ba95d3d9ab5982b551476542cba080382 (patch) | |
tree | fe055838b77d9c6cc12c5eadc3a2dc2bdb6bd126 /news/nn/Makefile | |
parent | 5986dcb24ad942f7640d3b3787e496c5f1452e41 (diff) |
Notes
Diffstat (limited to 'news/nn/Makefile')
-rw-r--r-- | news/nn/Makefile | 6 |
1 files changed, 1 insertions, 5 deletions
diff --git a/news/nn/Makefile b/news/nn/Makefile index 69a5d8e4ee66..5871dc14bbe9 100644 --- a/news/nn/Makefile +++ b/news/nn/Makefile @@ -15,7 +15,7 @@ EXTRACT_SUFX= .tar.Z MAINTAINER= jooji@nickelkid.com COMMENT= Newsreader -MAKE_ARGS= CC="${CC}" CFLAGS="${CFLAGS}" LDFLAGS="${LDFLAGS} -s" +MAKE_ARGS= CC="${CC}" CFLAGS="${CFLAGS} -Iconf" LDFLAGS="${LDFLAGS} -s" 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 @@ -23,10 +23,6 @@ MAN8= nnmaster.8 nnspew.8 .include <bsd.port.pre.mk> -.if ${OSVERSION} >= 502126 -BROKEN= "Does not build on FreeBSD >= 5.x" -.endif - pre-patch: @${CP} ${WRKSRC}/config.h-dist ${WRKSRC}/config.h.unparsed |