summaryrefslogtreecommitdiff
path: root/devel/nss
diff options
context:
space:
mode:
authorrillig <rillig@pkgsrc.org>2006-07-12 15:39:50 +0000
committerrillig <rillig@pkgsrc.org>2006-07-12 15:39:50 +0000
commit971f389ffe9aa037546692f3df5c8023011597b9 (patch)
tree6297b3d776bbeaf146fc6ab3ffb52d55e1c50873 /devel/nss
parentac3b719e440ecfa0e4e966a9eb2081e8bcdc2736 (diff)
downloadpkgsrc-971f389ffe9aa037546692f3df5c8023011597b9.tar.gz
Oops. I had accidentally commented out ONLY_FOR_PLATFORM.
Diffstat (limited to 'devel/nss')
-rw-r--r--devel/nss/Makefile4
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.