diff options
author | beat <beat@FreeBSD.org> | 2009-12-12 22:00:35 +0800 |
---|---|---|
committer | beat <beat@FreeBSD.org> | 2009-12-12 22:00:35 +0800 |
commit | ce389553ca84d95b36931da4abc1e93d037832bc (patch) | |
tree | 79c266419e80b516fab4af8f1e53e63296e2c7f2 /www | |
parent | a874a8039e144d91ae94294ad5bfa20f99e1f717 (diff) | |
download | freebsd-ports-gnome-ce389553ca84d95b36931da4abc1e93d037832bc.tar.gz freebsd-ports-gnome-ce389553ca84d95b36931da4abc1e93d037832bc.tar.zst freebsd-ports-gnome-ce389553ca84d95b36931da4abc1e93d037832bc.zip |
- 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
Diffstat (limited to 'www')
-rw-r--r-- | www/linux-seamonkey/Makefile.common | 2 |
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 |