diff options
author | rillig <rillig@pkgsrc.org> | 2006-07-12 15:39:50 +0000 |
---|---|---|
committer | rillig <rillig@pkgsrc.org> | 2006-07-12 15:39:50 +0000 |
commit | 971f389ffe9aa037546692f3df5c8023011597b9 (patch) | |
tree | 6297b3d776bbeaf146fc6ab3ffb52d55e1c50873 /devel | |
parent | ac3b719e440ecfa0e4e966a9eb2081e8bcdc2736 (diff) | |
download | pkgsrc-971f389ffe9aa037546692f3df5c8023011597b9.tar.gz |
Oops. I had accidentally commented out ONLY_FOR_PLATFORM.
Diffstat (limited to 'devel')
-rw-r--r-- | devel/nss/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/devel/nss/Makefile b/devel/nss/Makefile index 83681156190..4e5ef133966 100644 --- a/devel/nss/Makefile +++ b/devel/nss/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.14 2006/07/12 15:38:28 rillig Exp $ +# $NetBSD: Makefile,v 1.15 2006/07/12 15:39:50 rillig Exp $ DISTNAME= nss-3.9.2 PKGREVISION= 4 @@ -13,7 +13,7 @@ BUILD_DEPENDS+= zip>=2.3:../../archivers/zip # NSS will build and run on other platforms when MAINTAINER knows what # magic Makefile glue is required -#ONLY_FOR_PLATFORM+= NetBSD-*-* FreeBSD-*-* Linux-*-* DragonFly-*-* +ONLY_FOR_PLATFORM+= NetBSD-*-* FreeBSD-*-* Linux-*-* DragonFly-*-* # Solaris has missing symbols when linking. It looks like some of those problem # have been addressed in the nss source tree so this should be enabled after # the next update. |