From ca67106fe09287efc482c13f721a58306e8e6599 Mon Sep 17 00:00:00 2001 From: ahze Date: Fri, 17 Jun 2005 20:03:49 +0000 Subject: - 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 --- www/epiphany/Makefile | 11 +++++++---- 1 file 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 -- cgit v1.2.3