diff options
author | mef <mef> | 2013-04-15 15:21:26 +0000 |
---|---|---|
committer | mef <mef> | 2013-04-15 15:21:26 +0000 |
commit | 1c8ed7d72fffe70e4c70d4cb15870f4a66b621b2 (patch) | |
tree | 5c40dff22078f5ee4a033f8be376838ad1c8f9cb | |
parent | c07470b25d1d6c3a288f7894a55fbe48729f0bed (diff) | |
download | pkgsrc-1c8ed7d72fffe70e4c70d4cb15870f4a66b621b2.tar.gz |
Correct typo, diable-libjpeg-turbo -> disable-libjpeg-turbo.
-rw-r--r-- | devel/xulrunner/mozilla-common.mk | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/devel/xulrunner/mozilla-common.mk b/devel/xulrunner/mozilla-common.mk index 179772cd835..9fa80cf389a 100644 --- a/devel/xulrunner/mozilla-common.mk +++ b/devel/xulrunner/mozilla-common.mk @@ -1,4 +1,4 @@ -# $NetBSD: mozilla-common.mk,v 1.46 2013/03/30 20:46:29 tron Exp $ +# $NetBSD: mozilla-common.mk,v 1.47 2013/04/15 15:21:26 mef Exp $ # # common Makefile fragment for mozilla packages based on gecko 2.0. # @@ -79,7 +79,7 @@ SUBST_SED.python+= -e 's,<!(python,<!(${PYTHONBIN},' BUILD_DEPENDS+= yasm>=1.1.0:../../devel/yasm CONFIGURE_ARGS+= --enable-libjpeg-turbo .else -CONFIGURE_ARGS+= --diable-libjpeg-turbo +CONFIGURE_ARGS+= --disable-libjpeg-turbo .endif # |