diff options
author | adamw <adamw@df743ca5-7f9a-e211-a948-0013205c9059> | 2004-02-27 15:07:58 +0800 |
---|---|---|
committer | adamw <adamw@df743ca5-7f9a-e211-a948-0013205c9059> | 2004-02-27 15:07:58 +0800 |
commit | 3f80718b911c786fed4c8d7e00b2867768524294 (patch) | |
tree | 934c1b8f80d7ba82fff5e0d6d548148f8f4455bd /www/epiphany | |
parent | 94c5e2c589b2629d188627359d0de76f217d4241 (diff) | |
download | marcuscom-ports-3f80718b911c786fed4c8d7e00b2867768524294.tar marcuscom-ports-3f80718b911c786fed4c8d7e00b2867768524294.tar.gz marcuscom-ports-3f80718b911c786fed4c8d7e00b2867768524294.tar.bz2 marcuscom-ports-3f80718b911c786fed4c8d7e00b2867768524294.tar.lz marcuscom-ports-3f80718b911c786fed4c8d7e00b2867768524294.tar.xz marcuscom-ports-3f80718b911c786fed4c8d7e00b2867768524294.tar.zst marcuscom-ports-3f80718b911c786fed4c8d7e00b2867768524294.zip |
Fix build if WITH_MOZILLA=mozilla-devel-gtk2.
git-svn-id: svn://creme-brulee.marcuscom.com/ports/trunk@1922 df743ca5-7f9a-e211-a948-0013205c9059
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 00ead68ae..4e0b3ee5c 100644 --- a/www/epiphany/Makefile +++ b/www/epiphany/Makefile @@ -28,7 +28,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 |