1
0
mirror of https://git.FreeBSD.org/ports.git synced 2025-01-26 09:46:09 +00:00

- Only set M_S_S if M_S is undefined

This commit is contained in:
Andrew Pantyukhin 2006-08-03 12:51:39 +00:00
parent d5a4274eff
commit 8ae49a48c9
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=169558

View File

@ -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 \