diff options
author | adamw <adamw@df743ca5-7f9a-e211-a948-0013205c9059> | 2004-07-22 09:39:37 +0800 |
---|---|---|
committer | adamw <adamw@df743ca5-7f9a-e211-a948-0013205c9059> | 2004-07-22 09:39:37 +0800 |
commit | ca2790b6a829e62798188ef56c9ddf12c4777c62 (patch) | |
tree | b0673ef3f1af696864560122cad7af27fe1803b5 /x11/gnome2-fifth-toe/Makefile | |
parent | 68a66c8a70bd1b2bab236204a8735999d20bc121 (diff) | |
download | marcuscom-ports-ca2790b6a829e62798188ef56c9ddf12c4777c62.tar marcuscom-ports-ca2790b6a829e62798188ef56c9ddf12c4777c62.tar.gz marcuscom-ports-ca2790b6a829e62798188ef56c9ddf12c4777c62.tar.bz2 marcuscom-ports-ca2790b6a829e62798188ef56c9ddf12c4777c62.tar.lz marcuscom-ports-ca2790b6a829e62798188ef56c9ddf12c4777c62.tar.xz marcuscom-ports-ca2790b6a829e62798188ef56c9ddf12c4777c62.tar.zst marcuscom-ports-ca2790b6a829e62798188ef56c9ddf12c4777c62.zip |
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
Diffstat (limited to 'x11/gnome2-fifth-toe/Makefile')
-rw-r--r-- | x11/gnome2-fifth-toe/Makefile | 5 |
1 files changed, 4 insertions, 1 deletions
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 |