From ea211676052ed77a6250dd6c4dedafa12f3acdf0 Mon Sep 17 00:00:00 2001 From: ahze Date: Wed, 23 Nov 2005 00:40:57 +0000 Subject: - Make life easy by defining PORT_MOZCONFIG and pointing it to the recommended mozconfig included with nvu git-svn-id: svn://creme-brulee.marcuscom.com/ports/trunk@5184 df743ca5-7f9a-e211-a948-0013205c9059 --- www/nvu/Makefile | 3 ++- www/nvu/files/mozconfig.in | 14 -------------- 2 files changed, 2 insertions(+), 15 deletions(-) delete mode 100644 www/nvu/files/mozconfig.in (limited to 'www') diff --git a/www/nvu/Makefile b/www/nvu/Makefile index bf78ca70e..9000d9af8 100644 --- a/www/nvu/Makefile +++ b/www/nvu/Makefile @@ -3,7 +3,7 @@ # Whom: Thierry Thomas # # $FreeBSD$ -# $MCom: ports/www/nvu/Makefile,v 1.1 2005/11/14 04:12:09 ahze Exp $ +# $MCom: ports/www/nvu/Makefile,v 1.2 2005/11/22 21:29:16 ahze Exp $ # PORTNAME= nvu @@ -22,6 +22,7 @@ USE_GMAKE= yes NVU= ${PORTNAME}-${DISTVERSION} MAKEFILE= client.mk ALL_TARGET= build_all +PORT_MOZCONFIG= ${WRKSRC}/composer/config/mozconfig.linux .include .include "${.CURDIR}/../mozilla/Makefile.common" diff --git a/www/nvu/files/mozconfig.in b/www/nvu/files/mozconfig.in deleted file mode 100644 index 49445ae5a..000000000 --- a/www/nvu/files/mozconfig.in +++ /dev/null @@ -1,14 +0,0 @@ -# $FreeBSD$ -# $MCom: ports/www/nvu/files/mozconfig.in,v 1.1 2005/11/14 04:12:09 ahze Exp $ - -export MOZILLA_OFFICIAL=1 -export BUILD_OFFICIAL=1 - -export MOZ_STANDALONE_COMPOSER=1 -mk_add_options MOZ_STANDALONE_COMPOSER=1 - -ac_add_options --enable-single-profile -ac_add_options --disable-ldap -ac_add_options --disable-svg -ac_add_options --enable-extensions=wallet,xml-rpc,xmlextras,pref,universalchardet,editor/cascades,spellcheck -ac_add_options --enable-image-decoders=default,-xbm -- cgit v1.2.3