diff options
author | marcus <marcus@FreeBSD.org> | 2004-02-27 15:18:50 +0800 |
---|---|---|
committer | marcus <marcus@FreeBSD.org> | 2004-02-27 15:18:50 +0800 |
commit | 2c19b097c5797f91cc5115d75d731a8491b7e1f7 (patch) | |
tree | 3a8753320885530d97e026e3b6a7ce674e0e68db /www/galeon2 | |
parent | 9e0e79f26aaeb8ec2053854b6267b171df664f9c (diff) | |
download | freebsd-ports-graphics-2c19b097c5797f91cc5115d75d731a8491b7e1f7.tar.gz freebsd-ports-graphics-2c19b097c5797f91cc5115d75d731a8491b7e1f7.tar.zst freebsd-ports-graphics-2c19b097c5797f91cc5115d75d731a8491b7e1f7.zip |
Fix build with mozilla-devel.
Based on: Patches from MarcusCom GNOME 2.5 repo
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 cd81eee9fae..b5900f3bd70 100644 --- a/www/galeon2/Makefile +++ b/www/galeon2/Makefile @@ -30,7 +30,7 @@ MOZILLA= mozilla HEADERS_SUFX= .else .if ${WITH_MOZILLA}=="mozilla-devel" || ${WITH_MOZILLA}=="mozilla-devel-gtk2" -MOZILLA= ${WITH_MOZILLA} +MOZILLA= mozilla-devel HEADERS_SUFX= -devel MOZ_CONFIGURE_ARGS= --with-mozilla-snapshot="1.7a" .else |