From 85eca4bd75b592651eef3a10df5d5fe2c2e4f5d4 Mon Sep 17 00:00:00 2001 From: Beat Gaetzi Date: Sat, 12 Dec 2009 14:00:35 +0000 Subject: [PATCH] - 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 --- www/linux-seamonkey/Makefile.common | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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