diff options
author | marcus <marcus@FreeBSD.org> | 2003-09-22 01:56:46 +0800 |
---|---|---|
committer | marcus <marcus@FreeBSD.org> | 2003-09-22 01:56:46 +0800 |
commit | 0e688bb701f99d07b21e8b3e303f4a543e2eda5b (patch) | |
tree | 4e98b0210dbb1f6abab94834d63d76a1eaeebe02 /x11 | |
parent | da0e87f241378c36cd1bbfd3c3d2025cec3687d3 (diff) | |
download | freebsd-ports-gnome-0e688bb701f99d07b21e8b3e303f4a543e2eda5b.tar.gz freebsd-ports-gnome-0e688bb701f99d07b21e8b3e303f4a543e2eda5b.tar.zst freebsd-ports-gnome-0e688bb701f99d07b21e8b3e303f4a543e2eda5b.zip |
Conditionalize the totem dependency so gnome2-fifth-toe can be made into a
package.
Diffstat (limited to 'x11')
-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 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 |