diff options
author | adamw <adamw@df743ca5-7f9a-e211-a948-0013205c9059> | 2004-12-02 09:00:57 +0800 |
---|---|---|
committer | adamw <adamw@df743ca5-7f9a-e211-a948-0013205c9059> | 2004-12-02 09:00:57 +0800 |
commit | 0734912cd4c7c75d327cedda4ae25cbb81a598b0 (patch) | |
tree | 703a181195326c30a98022313b5ccd64dbd6dc2e /x11/gnome2-fifth-toe/Makefile | |
parent | 2537e3323c253332c9e8830286b31687129c49bf (diff) | |
download | marcuscom-ports-0734912cd4c7c75d327cedda4ae25cbb81a598b0.tar marcuscom-ports-0734912cd4c7c75d327cedda4ae25cbb81a598b0.tar.gz marcuscom-ports-0734912cd4c7c75d327cedda4ae25cbb81a598b0.tar.bz2 marcuscom-ports-0734912cd4c7c75d327cedda4ae25cbb81a598b0.tar.lz marcuscom-ports-0734912cd4c7c75d327cedda4ae25cbb81a598b0.tar.xz marcuscom-ports-0734912cd4c7c75d327cedda4ae25cbb81a598b0.tar.zst marcuscom-ports-0734912cd4c7c75d327cedda4ae25cbb81a598b0.zip |
Only include inkscape as a dependency on FreeBSD versions
on which it'll build.
git-svn-id: svn://creme-brulee.marcuscom.com/ports/trunk@3199 df743ca5-7f9a-e211-a948-0013205c9059
Diffstat (limited to 'x11/gnome2-fifth-toe/Makefile')
-rw-r--r-- | x11/gnome2-fifth-toe/Makefile | 7 |
1 files changed, 6 insertions, 1 deletions
diff --git a/x11/gnome2-fifth-toe/Makefile b/x11/gnome2-fifth-toe/Makefile index 8ea8f05e7..2769fc73e 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 \ @@ -41,6 +40,12 @@ RUN_DEPENDS= pan:${PORTSDIR}/news/pan2 \ RUN_DEPENDS+= totem:${PORTSDIR}/multimedia/totem .endif +#inkscape currently needs 5.X to build. this should hopefully +#change soon +.if ${OSVERSION} > 500000 +RUN_DEPENDS+= inkscape:${PORTSDIR}/graphics/inkscape +.endif + NO_BUILD= yes do-install: # empty |