diff options
author | adamw <adamw@df743ca5-7f9a-e211-a948-0013205c9059> | 2004-02-27 15:46:45 +0800 |
---|---|---|
committer | adamw <adamw@df743ca5-7f9a-e211-a948-0013205c9059> | 2004-02-27 15:46:45 +0800 |
commit | 3adcdf586d145881f28400e142d97df99c598934 (patch) | |
tree | 10dc7c328b65922bf6699a596dbaae00bc7cfbf2 /www | |
parent | accce8bb6eee1f092edab043137c7ab9c31f503b (diff) | |
download | marcuscom-ports-3adcdf586d145881f28400e142d97df99c598934.tar.gz 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')
-rw-r--r-- | www/epiphany-extensions/Makefile | 2 |
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 |