summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorwiz <wiz>2013-01-22 14:14:56 +0000
committerwiz <wiz>2013-01-22 14:14:56 +0000
commit354f7c9468f4134e8b99f42820eae7674561be78 (patch)
tree2db3ff2ecebffc33c8ffcf8ad577c939eea7a317
parente71dc8ccf6e3e5fa9d2d2a3b8e165f73c31a2d9e (diff)
downloadpkgsrc-354f7c9468f4134e8b99f42820eae7674561be78.tar.gz
Fix nss dependency (whitespace problem).
-rw-r--r--devel/xulrunner/mozilla-common.mk4
1 files changed, 2 insertions, 2 deletions
diff --git a/devel/xulrunner/mozilla-common.mk b/devel/xulrunner/mozilla-common.mk
index 85c6873f9fe..8e8740bf03a 100644
--- a/devel/xulrunner/mozilla-common.mk
+++ b/devel/xulrunner/mozilla-common.mk
@@ -1,4 +1,4 @@
-# $NetBSD: mozilla-common.mk,v 1.41 2013/01/22 10:38:46 ryoon Exp $
+# $NetBSD: mozilla-common.mk,v 1.42 2013/01/22 14:14:56 wiz Exp $
#
# common Makefile fragment for mozilla packages based on gecko 2.0.
#
@@ -107,7 +107,7 @@ BUILDLINK_API_DEPENDS.libevent+= libevent>=1.1
.include "../../devel/libevent/buildlink3.mk"
.include "../../devel/libffi/buildlink3.mk"
.include "../../devel/nspr/buildlink3.mk"
-BUILDLINK_API_DEPENDS.nss+=nss>= 3.14.1
+BUILDLINK_API_DEPENDS.nss+= nss>=3.14.1
.include "../../devel/nss/buildlink3.mk"
.include "../../devel/zlib/buildlink3.mk"
## xulrunner-18.0 or later really requires libjpeg-turbo