diff options
author | dholland <dholland@pkgsrc.org> | 2012-05-14 01:14:16 +0000 |
---|---|---|
committer | dholland <dholland@pkgsrc.org> | 2012-05-14 01:14:16 +0000 |
commit | 1aef89f931c11043dca30f971b050446b809529f (patch) | |
tree | 6181daa6309d466cd5b4f37087be29a1c128419f /www | |
parent | 2121d6104281dac8d4bef9596248900b231aa471 (diff) | |
download | pkgsrc-1aef89f931c11043dca30f971b050446b809529f.tar.gz |
Set USE_LANGUAGES properly. It works without this for some reason... but
randomly broke because of it when I was mucking about last night.
Diffstat (limited to 'www')
-rw-r--r-- | www/seamonkey/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/www/seamonkey/Makefile b/www/seamonkey/Makefile index fb664ab8731..a049810d4ad 100644 --- a/www/seamonkey/Makefile +++ b/www/seamonkey/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.70 2012/05/14 01:13:07 dholland Exp $ +# $NetBSD: Makefile,v 1.71 2012/05/14 01:14:16 dholland Exp $ # DISTNAME= # empty @@ -17,6 +17,7 @@ PKG_DESTDIR_SUPPORT= user-destdir WRKSRC= ${WRKDIR}/comm-release MOZILLA_DIR= mozilla/ PLIST_SRC+= ${PLIST_SRC_DFLT} +USE_LANGUAGES+= c c++ CONFIG_GUESS_OVERRIDE+= ldap/sdks/c-sdk/config/autoconf/config.guess CONFIG_SUB_OVERRIDE+= ldap/sdks/c-sdk/config/autoconf/config.sub |