diff options
author | marcus <marcus@FreeBSD.org> | 2005-03-16 15:46:49 +0800 |
---|---|---|
committer | marcus <marcus@FreeBSD.org> | 2005-03-16 15:46:49 +0800 |
commit | 11064f901bfc09b03d9a947c27069c3b315b9bfc (patch) | |
tree | 3ff429dd8e48373430e1097ac929ed29af087074 /www/epiphany-extensions | |
parent | 22df415716bca4b479d853144994d8479bda0131 (diff) | |
download | freebsd-ports-gnome-11064f901bfc09b03d9a947c27069c3b315b9bfc.tar.gz freebsd-ports-gnome-11064f901bfc09b03d9a947c27069c3b315b9bfc.tar.zst freebsd-ports-gnome-11064f901bfc09b03d9a947c27069c3b315b9bfc.zip |
Fix the build with mozilla-devel.
Reported by: Jukka A. Ukkonen <jau@iki.fi>
Diffstat (limited to 'www/epiphany-extensions')
-rw-r--r-- | www/epiphany-extensions/Makefile | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/www/epiphany-extensions/Makefile b/www/epiphany-extensions/Makefile index a1f4edffba49..0b69c28157e9 100644 --- a/www/epiphany-extensions/Makefile +++ b/www/epiphany-extensions/Makefile @@ -24,6 +24,7 @@ RUN_DEPENDS= epiphany:${PORTSDIR}/www/epiphany \ MOZILLA= mozilla HEADERS_SUFX= +MOZ_BUILD= mozilla .if !defined(WITH_MOZILLA) MOZILLA= mozilla @@ -31,6 +32,7 @@ HEADERS_SUFX= .else .if ${WITH_MOZILLA}=="firefox" MOZILLA= firefox +MOZ_BUILD= firefox .else .if ${WITH_MOZILLA}=="mozilla-devel" || ${WITH_MOZILLA}=="mozilla-devel-gtk2" MOZILLA= mozilla-devel @@ -50,7 +52,7 @@ USE_GMAKE= yes CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include -I${X11BASE}/include ${PTHREAD_CFLAGS}" \ LIBS="-L${LOCALBASE}/lib ${PTHREAD_LIBS}" CONFIGURE_ARGS= --with-extensions="all" \ - --with-mozilla=${MOZILLA} + --with-mozilla=${MOZ_BUILD} PLIST_SUB= VERSION="1.6" EPHY_VERSION="1.6" |