diff options
author | marcus <marcus@FreeBSD.org> | 2003-04-15 03:00:11 +0800 |
---|---|---|
committer | marcus <marcus@FreeBSD.org> | 2003-04-15 03:00:11 +0800 |
commit | fff9365a1bc03774b39d0db85eb786e0a6be9948 (patch) | |
tree | c4f85e7c18d6ade2d0137dec3314c0d520e6d4b3 /www | |
parent | 44299de34e088eda65db58b9a0a144729e04e21a (diff) | |
download | freebsd-ports-gnome-fff9365a1bc03774b39d0db85eb786e0a6be9948.tar.gz freebsd-ports-gnome-fff9365a1bc03774b39d0db85eb786e0a6be9948.tar.zst freebsd-ports-gnome-fff9365a1bc03774b39d0db85eb786e0a6be9948.zip |
Make sure there's no way this port could use mozilla built with GTK+-1
support.
Diffstat (limited to 'www')
-rw-r--r-- | www/galeon2/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/www/galeon2/Makefile b/www/galeon2/Makefile index 076bc4ec98f6..9c803e9c888d 100644 --- a/www/galeon2/Makefile +++ b/www/galeon2/Makefile @@ -33,7 +33,7 @@ MOZILLA= ${WITH_MOZILLA} HEADERS_SUFX= -devel MOZ_CONFIGURE_ARGS= --with-mozilla-snapshot="1.4a" .else -MOZILLA= mozilla +MOZILLA= mozilla-gtk2 HEADERS_SUFX= .endif .endif |