diff options
author | ahze <ahze@df743ca5-7f9a-e211-a948-0013205c9059> | 2005-06-18 04:03:49 +0800 |
---|---|---|
committer | ahze <ahze@df743ca5-7f9a-e211-a948-0013205c9059> | 2005-06-18 04:03:49 +0800 |
commit | ca67106fe09287efc482c13f721a58306e8e6599 (patch) | |
tree | 98c7a40e427c58a58db53861c4acc0aeb913b07c /www/epiphany | |
parent | 3d61b15416041568469991c32929cf28050bb916 (diff) | |
download | marcuscom-ports-ca67106fe09287efc482c13f721a58306e8e6599.tar.gz marcuscom-ports-ca67106fe09287efc482c13f721a58306e8e6599.tar.zst marcuscom-ports-ca67106fe09287efc482c13f721a58306e8e6599.zip |
- Add depend to misc/iso-codes
- Add USE_GCC=3.4 for firefox also
git-svn-id: svn://creme-brulee.marcuscom.com/ports/trunk@4091 df743ca5-7f9a-e211-a948-0013205c9059
Diffstat (limited to 'www/epiphany')
-rw-r--r-- | www/epiphany/Makefile | 11 |
1 files changed, 7 insertions, 4 deletions
diff --git a/www/epiphany/Makefile b/www/epiphany/Makefile index 68e94aad9..9a0b13bbd 100644 --- a/www/epiphany/Makefile +++ b/www/epiphany/Makefile @@ -15,8 +15,10 @@ DIST_SUBDIR= gnome2 MAINTAINER= gnome@FreeBSD.org COMMENT= An extremely lightweight and simple web browser for GNOME 2 -BUILD_DEPENDS= ${X11BASE}/lib/${MOZILLA}/components/libwidget_gtk2.so:${PORTSDIR}/www/${MOZILLA} -RUN_DEPENDS= ${X11BASE}/lib/${MOZILLA}/components/libwidget_gtk2.so:${PORTSDIR}/www/${MOZILLA} +BUILD_DEPENDS= ${X11BASE}/lib/${MOZILLA}/components/libwidget_gtk2.so:${PORTSDIR}/www/${MOZILLA} \ + ${LOCALBASE}/libdata/pkgconfig/iso-codes.pc:${PORTSDIR}/misc/iso-codes +RUN_DEPENDS= ${X11BASE}/lib/${MOZILLA}/components/libwidget_gtk2.so:${PORTSDIR}/www/${MOZILLA} \ + ${LOCALBASE}/libdata/pkgconfig/iso-codes.pc:${PORTSDIR}/misc/iso-codes MOZILLA= mozilla HEADERS_SUFX= @@ -48,7 +50,8 @@ USE_LIBTOOL_VER=15 USE_GMAKE= yes USE_REINPLACE= yes INSTALLS_OMF= yes -CONFIGURE_ARGS= --with-mozilla=${MOZ_BUILD} +CONFIGURE_ARGS= --with-mozilla=${MOZ_BUILD} \ + --disable-python CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include -I${X11BASE}/include ${PTHREAD_CFLAGS}" \ LIBS="-L${LOCALBASE}/lib ${PTHREAD_LIBS}" @@ -68,7 +71,7 @@ CONFIGURE_ARGS+= --enable-compile-warnings=no .endif .if ${OSVERSION} < 500000 -.if ${MOZILLA}=="mozilla-devel" +.if ${MOZILLA}=="mozilla-devel" || ${MOZILLA}=="firefox" USE_GCC= 3.4 .endif .endif |