From ca2790b6a829e62798188ef56c9ddf12c4777c62 Mon Sep 17 00:00:00 2001 From: adamw Date: Thu, 22 Jul 2004 01:39:37 +0000 Subject: Inkscape won't build with 4.x's c++, so only build it on >= 5.x machines. Maybe inkscape should instead be patched with a USE_GCC for 4.x? git-svn-id: svn://creme-brulee.marcuscom.com/ports/trunk@2527 df743ca5-7f9a-e211-a948-0013205c9059 --- x11/gnome2-fifth-toe/Makefile | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) (limited to 'x11') diff --git a/x11/gnome2-fifth-toe/Makefile b/x11/gnome2-fifth-toe/Makefile index 842c94769..250aa106c 100644 --- a/x11/gnome2-fifth-toe/Makefile +++ b/x11/gnome2-fifth-toe/Makefile @@ -28,7 +28,6 @@ RUN_DEPENDS= pan:${PORTSDIR}/news/pan2 \ ${X11BASE}/lib/gtk-2.0/2.4.0/engines/libindustrial.so:${PORTSDIR}/x11-themes/gnome-themes-extras \ bluefish:${PORTSDIR}/www/bluefish-devel \ gossip:${PORTSDIR}/net/gossip \ - inkscape:${PORTSDIR}/graphics/inkscape \ straw:${PORTSDIR}/net/straw \ liferea:${PORTSDIR}/net/liferea \ gnotime:${PORTSDIR}/deskutils/gnotime \ @@ -40,6 +39,10 @@ RUN_DEPENDS= pan:${PORTSDIR}/news/pan2 \ RUN_DEPENDS+= totem:${PORTSDIR}/multimedia/totem .endif +.if ${OSVERSION} >= 500000 +RUN_DEPENDS+= inkscape:${PORTSDIR}/graphics/inkscape +.endif + NO_BUILD= yes do-install: # empty -- cgit v1.2.3