aboutsummaryrefslogtreecommitdiff
path: root/www/linux-seamonkey
diff options
context:
space:
mode:
authorAndrew Pantyukhin <sat@FreeBSD.org>2006-08-03 12:51:39 +0000
committerAndrew Pantyukhin <sat@FreeBSD.org>2006-08-03 12:51:39 +0000
commit8ae49a48c93ff253713d3ced9b75387c8066ac78 (patch)
treeabcabfda46e263e7e3340ea914c5e2465991d0da /www/linux-seamonkey
parentd5a4274eff3e508fae4787476d4f059cce079ba3 (diff)
downloadports-8ae49a48c93ff253713d3ced9b75387c8066ac78.tar.gz
ports-8ae49a48c93ff253713d3ced9b75387c8066ac78.zip
- Only set M_S_S if M_S is undefined
Notes
Notes: svn path=/head/; revision=169558
Diffstat (limited to 'www/linux-seamonkey')
-rw-r--r--www/linux-seamonkey/Makefile.common4
1 files changed, 3 insertions, 1 deletions
diff --git a/www/linux-seamonkey/Makefile.common b/www/linux-seamonkey/Makefile.common
index ae9196998e23..b36e71c0b0d8 100644
--- a/www/linux-seamonkey/Makefile.common
+++ b/www/linux-seamonkey/Makefile.common
@@ -6,8 +6,10 @@
#
CATEGORIES+= linux
-MASTER_SITES?= MOZILLA_EXTENDED
+.ifndef MASTER_SITES
+MASTER_SITES= MOZILLA_EXTENDED
MASTER_SITE_SUBDIR?= ${PORTNAME}/releases/${PORTVERSION}
+.endif
PKGNAMEPREFIX?= linux-
RUN_DEPENDS?= ${LINUXBASE}/usr/lib/libgtk-x11-2.0.so.0:${PORTSDIR}/x11-toolkits/linux-gtk2 \