diff options
-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 |