From 0e688bb701f99d07b21e8b3e303f4a543e2eda5b Mon Sep 17 00:00:00 2001 From: marcus Date: Sun, 21 Sep 2003 17:56:46 +0000 Subject: Conditionalize the totem dependency so gnome2-fifth-toe can be made into a package. --- 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 f0c1a113d8fa..1e7d3d3ad928 100644 --- a/x11/gnome2-fifth-toe/Makefile +++ b/x11/gnome2-fifth-toe/Makefile @@ -40,10 +40,13 @@ RUN_DEPENDS= gnumeric:${PORTSDIR}/math/gnumeric2 \ gcompris:${PORTSDIR}/games/gcompris2 \ galeon:${PORTSDIR}/www/galeon2 \ gswitchit-properties-capplet:${PORTSDIR}/x11/gswitchit \ - totem:${PORTSDIR}/multimedia/totem \ seahorse:${PORTSDIR}/security/seahorse \ workrave:${PORTSDIR}/x11/workrave +.if !defined(PACKAGE_BUILDING) && !defined(PARALLEL_PACKAGE_BUILD) +RUN_DEPENDS+= totem:${PORTSDIR}/multimedia/totem +.endif + NO_BUILD= yes do-install: # empty -- cgit