Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 11 Oct 2009 21:14:58 GMT
From:      svn-freebsd-gecko@chruetertee.ch
To:        freebsd-gecko@freebsd.org
Subject:   [SVN-Commit] r138 - branches/experimental/www/linux-seamonkey
Message-ID:  <200910112114.n9BLEwgP079843@trillian.chruetertee.ch>

next in thread | raw e-mail | index | archive | help
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



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200910112114.n9BLEwgP079843>