summaryrefslogtreecommitdiffstats
path: root/www/epiphany-extensions/Makefile
diff options
context:
space:
mode:
authoradamw <adamw@df743ca5-7f9a-e211-a948-0013205c9059>2004-02-27 15:46:45 +0800
committeradamw <adamw@df743ca5-7f9a-e211-a948-0013205c9059>2004-02-27 15:46:45 +0800
commit3adcdf586d145881f28400e142d97df99c598934 (patch)
tree10dc7c328b65922bf6699a596dbaae00bc7cfbf2 /www/epiphany-extensions/Makefile
parentaccce8bb6eee1f092edab043137c7ab9c31f503b (diff)
downloadmarcuscom-ports-3adcdf586d145881f28400e142d97df99c598934.tar
marcuscom-ports-3adcdf586d145881f28400e142d97df99c598934.tar.gz
marcuscom-ports-3adcdf586d145881f28400e142d97df99c598934.tar.bz2
marcuscom-ports-3adcdf586d145881f28400e142d97df99c598934.tar.lz
marcuscom-ports-3adcdf586d145881f28400e142d97df99c598934.tar.xz
marcuscom-ports-3adcdf586d145881f28400e142d97df99c598934.tar.zst
marcuscom-ports-3adcdf586d145881f28400e142d97df99c598934.zip
Fix compilation with WITH_MOZILLA=mozilla-devel-gtk2.
git-svn-id: svn://creme-brulee.marcuscom.com/ports/trunk@1924 df743ca5-7f9a-e211-a948-0013205c9059
Diffstat (limited to 'www/epiphany-extensions/Makefile')
-rw-r--r--www/epiphany-extensions/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/www/epiphany-extensions/Makefile b/www/epiphany-extensions/Makefile
index ad51d04b6..49bf4578f 100644
--- a/www/epiphany-extensions/Makefile
+++ b/www/epiphany-extensions/Makefile
@@ -32,7 +32,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