diff options
author | Joe Marcus Clarke <marcus@FreeBSD.org> | 2004-07-02 05:17:02 +0800 |
---|---|---|
committer | Joe Marcus Clarke <marcus@FreeBSD.org> | 2004-07-02 05:17:02 +0800 |
commit | 6ed88a87ef49c30b99184e2f4b563da9da282b71 (patch) | |
tree | 4440b874a1c12aca08715f30e9e6450f49aa7cd9 /www/mozilla | |
parent | 05aa58d0933c0a908d27f259250586d873106513 (diff) | |
download | freebsd-ports-gnome-6ed88a87ef49c30b99184e2f4b563da9da282b71.tar.gz freebsd-ports-gnome-6ed88a87ef49c30b99184e2f4b563da9da282b71.tar.zst freebsd-ports-gnome-6ed88a87ef49c30b99184e2f4b563da9da282b71.zip |
Allow MOZ_SUFX to be overridden to fix the build of galeon.
Reported by: pointyhat via kris
Diffstat (limited to 'www/mozilla')
-rw-r--r-- | www/mozilla/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/www/mozilla/Makefile b/www/mozilla/Makefile index 6923cdb6f81c..175b9adc8b76 100644 --- a/www/mozilla/Makefile +++ b/www/mozilla/Makefile @@ -30,7 +30,7 @@ LIB_DEPENDS= jpeg.9:${PORTSDIR}/graphics/jpeg \ WRKSRC= ${WRKDIR}/${PORTNAME} MOZILLA?= mozilla -MOZ_SUFX= +MOZ_SUFX?= .if defined(WITH_GTK1) PKGNAMESUFFIX= -gtk1 |