diff options
author | Alexander Nedotsukov <bland@FreeBSD.org> | 2004-11-13 11:34:48 +0800 |
---|---|---|
committer | Alexander Nedotsukov <bland@FreeBSD.org> | 2004-11-13 11:34:48 +0800 |
commit | e92918c3cf0a2074baaea93199f9e1306360eb75 (patch) | |
tree | e4e82b31f92b3fcc9b7e287d958a4996875f8be4 /x11/gnome2-fifth-toe | |
parent | 344d176100633d22fb49dc44b69f7a718c1f432b (diff) | |
download | freebsd-ports-gnome-e92918c3cf0a2074baaea93199f9e1306360eb75.tar.gz freebsd-ports-gnome-e92918c3cf0a2074baaea93199f9e1306360eb75.tar.zst freebsd-ports-gnome-e92918c3cf0a2074baaea93199f9e1306360eb75.zip |
Remove ${OSVERSION} > 500000 restriction for inkscape.
The version of inkscape we have in ports can be built on 4.x systems
as well. That bit comes ftom MarcusCom repo here where it was
apropriate.
Reported by: Fernan Aguero <fernan@iib.unsam.edu.ar>
Diffstat (limited to 'x11/gnome2-fifth-toe')
-rw-r--r-- | x11/gnome2-fifth-toe/Makefile | 10 |
1 files changed, 3 insertions, 7 deletions
diff --git a/x11/gnome2-fifth-toe/Makefile b/x11/gnome2-fifth-toe/Makefile index 71ce0fa86c29..fcd4fb981109 100644 --- a/x11/gnome2-fifth-toe/Makefile +++ b/x11/gnome2-fifth-toe/Makefile @@ -7,6 +7,7 @@ PORTNAME= gnome2-fifth-toe PORTVERSION= 2.8.1 +PORTREVISION= 1 CATEGORIES= x11 gnome MASTER_SITES= # empty DISTFILES= # empty @@ -28,6 +29,7 @@ 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 \ @@ -42,12 +44,6 @@ RUN_DEPENDS+= totem:${PORTSDIR}/multimedia/totem NO_BUILD= yes -.include <bsd.port.pre.mk> - -.if ${OSVERSION} >= 500000 -RUN_DEPENDS+= inkscape:${PORTSDIR}/graphics/inkscape -.endif - do-install: # empty -.include <bsd.port.post.mk> +.include <bsd.port.mk> |