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/epiphany | |
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/epiphany')
-rw-r--r-- | www/epiphany/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/www/epiphany/Makefile b/www/epiphany/Makefile index 7a3453e1d54..6a04ab60e35 100644 --- a/www/epiphany/Makefile +++ b/www/epiphany/Makefile @@ -29,7 +29,7 @@ MOZILLA= mozilla HEADERS_SUFX= .else .if ${WITH_MOZILLA}=="mozilla-devel-gtk2" || ${WITH_MOZILLA}=="mozilla-devel" -MOZILLA= ${WITH_MOZILLA} +MOZILLA= mozilla-devel HEADERS_SUFX= -devel MOZ_CONFIGURE_ARGS= --with-mozilla-snapshot="trunk" .else |