summaryrefslogtreecommitdiff
path: root/www
diff options
context:
space:
mode:
authorBeat Gaetzi <beat@FreeBSD.org>2009-12-12 14:00:35 +0000
committerBeat Gaetzi <beat@FreeBSD.org>2009-12-12 14:00:35 +0000
commit85eca4bd75b592651eef3a10df5d5fe2c2e4f5d4 (patch)
tree62a0bb661b888634ef910349b6360a2ae69b3a36 /www
parentProvides an extended set of signals for use by Django apps. (diff)
- Append default used linux applications to USE_LINUX_APPS. This change
is necessary because linux-firefox > 3.5 and linux-seamonkey 2 need some dependencies which are only available in linux-f10. If we would add this dependencies to the default list all mozilla linux ports would not run anymore on older systems. Exp-run by: miwi
Notes
Notes: svn path=/head/; revision=245621
Diffstat (limited to 'www')
-rw-r--r--www/linux-seamonkey/Makefile.common2
1 files changed, 1 insertions, 1 deletions
diff --git a/www/linux-seamonkey/Makefile.common b/www/linux-seamonkey/Makefile.common
index 36fa877cfedc..ad33afead170 100644
--- a/www/linux-seamonkey/Makefile.common
+++ b/www/linux-seamonkey/Makefile.common
@@ -17,7 +17,7 @@ ONLY_FOR_ARCHS= i386 amd64
APP_NAME= ${PKGBASE}
BIN_NAME?= ${PORTNAME}
USE_LINUX= yes
-USE_LINUX_APPS= atk fontconfig gtk2 hicontheme pango
+USE_LINUX_APPS+= atk fontconfig gtk2 hicontheme pango
WRKSRC?= ${WRKDIR}/${BIN_NAME}
FDIR= ${PREFIX}/lib/${APP_NAME}
COMMON_DIR= ${.CURDIR}/../../www/linux-seamonkey