1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-12-25 04:43:33 +00:00

- 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
This commit is contained in:
Beat Gaetzi 2009-12-12 14:00:35 +00:00
parent f3fcee1bcb
commit 85eca4bd75
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=245621

View File

@ -17,7 +17,7 @@ ONLY_FOR_ARCHS= i386 amd64
APP_NAME= ${PKGBASE} APP_NAME= ${PKGBASE}
BIN_NAME?= ${PORTNAME} BIN_NAME?= ${PORTNAME}
USE_LINUX= yes USE_LINUX= yes
USE_LINUX_APPS= atk fontconfig gtk2 hicontheme pango USE_LINUX_APPS+= atk fontconfig gtk2 hicontheme pango
WRKSRC?= ${WRKDIR}/${BIN_NAME} WRKSRC?= ${WRKDIR}/${BIN_NAME}
FDIR= ${PREFIX}/lib/${APP_NAME} FDIR= ${PREFIX}/lib/${APP_NAME}
COMMON_DIR= ${.CURDIR}/../../www/linux-seamonkey COMMON_DIR= ${.CURDIR}/../../www/linux-seamonkey