summaryrefslogtreecommitdiff
path: root/devel/nspr
diff options
context:
space:
mode:
authortron <tron>2006-12-04 13:32:42 +0000
committertron <tron>2006-12-04 13:32:42 +0000
commit04c4e8b0544058067d350510809b88772fe1f9e3 (patch)
treeccf52f6326b4ec18a7936949062bf4aec86b0feb /devel/nspr
parent3f8879fff70b55f5e35a9624379c6d3585423499 (diff)
downloadpkgsrc-04c4e8b0544058067d350510809b88772fe1f9e3.tar.gz
Properly prefix lines in the package list which should be ignored with
"@comment " and not "@comment". The later cause a warning like "Ignoring command @commentlib/nspr/cpu/sparcv8plus/libnspr_flt4.so". Bump package revision because of package list fixes.
Diffstat (limited to 'devel/nspr')
-rw-r--r--devel/nspr/Makefile6
1 files changed, 3 insertions, 3 deletions
diff --git a/devel/nspr/Makefile b/devel/nspr/Makefile
index 6e0bd028218..77883143d55 100644
--- a/devel/nspr/Makefile
+++ b/devel/nspr/Makefile
@@ -1,7 +1,7 @@
-# $NetBSD: Makefile,v 1.17 2006/10/22 15:23:27 dmcmahill Exp $
+# $NetBSD: Makefile,v 1.18 2006/12/04 13:32:42 tron Exp $
DISTNAME= nspr-4.6.1
-PKGREVISION= 1
+PKGREVISION= 2
CATEGORIES= devel
MASTER_SITES= ${MASTER_SITE_MOZILLA:S/mozilla\//nspr\//g:=v4.6.1/src/}
@@ -48,7 +48,7 @@ SUN4U_32=
. endif
.endif
-SUN4U_32?= @comment
+SUN4U_32?= "@comment "
PLIST_SUBST+= SUN4U_32=${SUN4U_32}
.if ${OPSYS} == "Darwin" && exists(/Developer/Headers/FlatCarbon)