diff options
author | wiz <wiz@pkgsrc.org> | 2007-02-22 19:01:13 +0000 |
---|---|---|
committer | wiz <wiz@pkgsrc.org> | 2007-02-22 19:01:13 +0000 |
commit | 6e2c35c083f338ceb42943121056662d71077c27 (patch) | |
tree | 552758ae68ac7d5cc8b8ab084ca3f57b0ed02319 /devel/nspr | |
parent | 10a728c9da6fdd9fcb71f5491ad5a237f5d688ab (diff) | |
download | pkgsrc-6e2c35c083f338ceb42943121056662d71077c27.tar.gz |
pkglint cleanup; update HOMEPAGE/MASTER_SITES.
From Sergey Svishchev in private mail.
Diffstat (limited to 'devel/nspr')
-rw-r--r-- | devel/nspr/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/devel/nspr/Makefile b/devel/nspr/Makefile index 89c7e5f153a..098882a5d9a 100644 --- a/devel/nspr/Makefile +++ b/devel/nspr/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.19 2006/12/05 17:43:06 tron Exp $ +# $NetBSD: Makefile,v 1.20 2007/02/22 19:01:17 wiz Exp $ DISTNAME= nspr-4.6.1 PKGREVISION= 3 @@ -37,7 +37,7 @@ INSTALLATION_DIRS= bin # see ${WRKSRC}/nspr-4.6.1/mozilla/nsprpub/pr/src/md/unix/Makefile.in # for the bit about 32-bit sun4u machines installing an extra file. # That is why we have this specific test and modify the PLIST -.if ${OPSYS} == "SunOS" +.if ${OPSYS} == "SunOS" . if defined(ABI) && ${ABI} == "64" CONFIGURE_ARGS+= --enable-64bit . else |