diff options
author | marcus <marcus@FreeBSD.org> | 2003-09-24 13:59:45 +0800 |
---|---|---|
committer | marcus <marcus@FreeBSD.org> | 2003-09-24 13:59:45 +0800 |
commit | 0f798a17c97dcac313f27c3c90c20515f82da0ca (patch) | |
tree | 4a00f05e46b83b295251c98410f765a110b520cf /x11/gnome2 | |
parent | 192ca79c060b060887fa3e38e49937ffaf2a34ec (diff) | |
download | freebsd-ports-graphics-0f798a17c97dcac313f27c3c90c20515f82da0ca.tar.gz freebsd-ports-graphics-0f798a17c97dcac313f27c3c90c20515f82da0ca.tar.zst freebsd-ports-graphics-0f798a17c97dcac313f27c3c90c20515f82da0ca.zip |
Conditionalize the epiphany dependency as Mozilla does not work on
-STABLE Alpha.
Diffstat (limited to 'x11/gnome2')
-rw-r--r-- | x11/gnome2/Makefile | 9 |
1 files changed, 7 insertions, 2 deletions
diff --git a/x11/gnome2/Makefile b/x11/gnome2/Makefile index 9f4b03562e1..88a1cd186ec 100644 --- a/x11/gnome2/Makefile +++ b/x11/gnome2/Makefile @@ -47,7 +47,6 @@ RUN_DEPENDS= ${X11BASE}/libexec/cdplayer_applet2:${PORTSDIR}/x11/gnomeapplets2 \ gst-thumbnail:${PORTSDIR}/multimedia/nautilus-media \ ${X11BASE}/lib/X11/fonts/bitstream-vera/Vera.ttf:${PORTSDIR}/x11-fonts/bitstream-vera \ gnomemeeting:${PORTSDIR}/net/gnomemeeting \ - epiphany:${PORTSDIR}/www/epiphany \ gnopernicus:${PORTSDIR}/x11/gnopernicus NO_BUILD= yes @@ -61,4 +60,10 @@ pre-configure: do-install: # empty -.include <bsd.port.mk> +.include <bsd.port.pre.mk> + +.if ${ARCH} == "i386" || ${OSVERSION} > 500035 +RUN_DEPENDS+= epiphany:${PORTSDIR}/www/epiphany +.endif + +.include <bsd.port.post.mk> |