diff options
author | Joe Marcus Clarke <marcus@FreeBSD.org> | 2003-04-14 19:00:11 +0000 |
---|---|---|
committer | Joe Marcus Clarke <marcus@FreeBSD.org> | 2003-04-14 19:00:11 +0000 |
commit | ca8786f01c52a358ef09c773476b58ec60868014 (patch) | |
tree | 756c979d9c3cf53c22d20095092838b185390ec6 /www/galeon2 | |
parent | 7dc133c4b668a19fbb98629a7e31ac103a2c21f3 (diff) |
Make sure there's no way this port could use mozilla built with GTK+-1
support.
Notes
Notes:
svn path=/head/; revision=78976
Diffstat (limited to 'www/galeon2')
-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 |