diff options
author | sat <sat@FreeBSD.org> | 2006-08-03 20:51:39 +0800 |
---|---|---|
committer | sat <sat@FreeBSD.org> | 2006-08-03 20:51:39 +0800 |
commit | 12391e1427227752f03baa56d7212776c310dac3 (patch) | |
tree | 8a53c24082e3f550fd6f3c96053fa3dc8dfda0b4 /www/linux-seamonkey | |
parent | 11419c7360a2054bbb4173de35d3f5467e312fed (diff) | |
download | freebsd-ports-graphics-12391e1427227752f03baa56d7212776c310dac3.tar.gz freebsd-ports-graphics-12391e1427227752f03baa56d7212776c310dac3.tar.zst freebsd-ports-graphics-12391e1427227752f03baa56d7212776c310dac3.zip |
- Only set M_S_S if M_S is undefined
Diffstat (limited to 'www/linux-seamonkey')
-rw-r--r-- | www/linux-seamonkey/Makefile.common | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/www/linux-seamonkey/Makefile.common b/www/linux-seamonkey/Makefile.common index ae9196998e2..b36e71c0b0d 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 \ |