diff options
author | tron <tron@pkgsrc.org> | 2006-12-04 13:32:42 +0000 |
---|---|---|
committer | tron <tron@pkgsrc.org> | 2006-12-04 13:32:42 +0000 |
commit | 011e2f5444537f29c01f1e658fb598e380ffb424 (patch) | |
tree | ccf52f6326b4ec18a7936949062bf4aec86b0feb /devel/nspr | |
parent | f79dfaf6acc9d18ff5f428b4402e1fcf3f36b08b (diff) | |
download | pkgsrc-011e2f5444537f29c01f1e658fb598e380ffb424.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/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) |