summaryrefslogtreecommitdiff
path: root/news
diff options
context:
space:
mode:
authordholland <dholland@pkgsrc.org>2012-04-07 22:49:54 +0000
committerdholland <dholland@pkgsrc.org>2012-04-07 22:49:54 +0000
commit20430e11ca3228a0836335e4cfc4a6f3060737e4 (patch)
treed947ccc739f54c22a632b280ccece347c7d4b2d5 /news
parentcfc34ea9af120595b2e13010abe6e2f26e23f2a8 (diff)
downloadpkgsrc-20430e11ca3228a0836335e4cfc4a6f3060737e4.tar.gz
Oops, do previous correctly.
Diffstat (limited to 'news')
-rw-r--r--news/nn/Makefile5
1 files changed, 3 insertions, 2 deletions
diff --git a/news/nn/Makefile b/news/nn/Makefile
index 8d60ec15c07..b440006af8d 100644
--- a/news/nn/Makefile
+++ b/news/nn/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.39 2012/04/07 20:06:15 dholland Exp $
+# $NetBSD: Makefile,v 1.40 2012/04/07 22:49:54 dholland Exp $
DISTNAME= nn-6.7.3
CATEGORIES= news
@@ -14,6 +14,7 @@ PKG_DESTDIR_SUPPORT= user-destdir
PKG_SYSCONFSUBDIR= nntp
.include "../../mk/bsd.prefs.mk"
+.include "../../mk/compiler.mk"
.if ${OPSYS} == "SunOS"
SFILE= s-sunos5.h
@@ -31,7 +32,7 @@ MFILE= m-mipsel.h
MFILE= m-${LOWER_ARCH}.h
.endif
-.if ${OPSYS} == "DragonFly" || !empty(CC_VERSION:Mgcc)
+.if ${OPSYS} == "DragonFly" || !empty(CC_VERSION:Mgcc*)
CPP+= -traditional
.endif