[SVN-Commit] r138 - branches/experimental/www/linux-seamonkey

svn-freebsd-gecko at chruetertee.ch svn-freebsd-gecko at chruetertee.ch
Sun Oct 11 21:15:06 UTC 2009


Author: beat
Date: Sun Oct 11 21:14:58 2009
New Revision: 138

Log:
- Append default used linux applications to USE_LINUX_APPS. This change
  is needed because linux-firefox > 3.5 needs 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.

Modified:
   branches/experimental/www/linux-seamonkey/Makefile.common

Modified: branches/experimental/www/linux-seamonkey/Makefile.common
==============================================================================
--- branches/experimental/www/linux-seamonkey/Makefile.common	Sun Oct 11 16:58:31 2009	(r137)
+++ branches/experimental/www/linux-seamonkey/Makefile.common	Sun Oct 11 21:14:58 2009	(r138)
@@ -17,7 +17,7 @@
 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


More information about the freebsd-gecko mailing list