diff options
author | tron <tron> | 2006-12-04 13:32:42 +0000 |
---|---|---|
committer | tron <tron> | 2006-12-04 13:32:42 +0000 |
commit | c16bcaf552dbb9332f85ac684f56b1ed990422b2 (patch) | |
tree | ccf52f6326b4ec18a7936949062bf4aec86b0feb /devel | |
parent | 1c790b5a55217a76318c4e9047a94ad0bbf72942 (diff) | |
download | pkgsrc-c16bcaf552dbb9332f85ac684f56b1ed990422b2.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')
-rw-r--r-- | devel/nspr/Makefile | 6 |
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) |