diff options
author | tmclaugh <tmclaugh@FreeBSD.org> | 2006-11-18 14:04:43 +0800 |
---|---|---|
committer | tmclaugh <tmclaugh@FreeBSD.org> | 2006-11-18 14:04:43 +0800 |
commit | 52ec4bfd50f48954868ea611b2f82c2b9a70dac2 (patch) | |
tree | 3699ad6e738ed271d9c4611f79f755ef8f697b67 | |
parent | beae369ea7ea5383d442f9b065e5d5f9fac73937 (diff) | |
download | freebsd-ports-gnome-52ec4bfd50f48954868ea611b2f82c2b9a70dac2.tar.gz freebsd-ports-gnome-52ec4bfd50f48954868ea611b2f82c2b9a70dac2.tar.zst freebsd-ports-gnome-52ec4bfd50f48954868ea611b2f82c2b9a70dac2.zip |
Correct the gtk-murrine-engine dependency checking.
-rw-r--r-- | x11-themes/murrine-configurator/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/x11-themes/murrine-configurator/Makefile b/x11-themes/murrine-configurator/Makefile index 604af48d9ca4..7573fa75d895 100644 --- a/x11-themes/murrine-configurator/Makefile +++ b/x11-themes/murrine-configurator/Makefile @@ -15,7 +15,7 @@ MAINTAINER= tstodgell@gmail.com COMMENT= GUI gtkrc configuration tool for the Murrine GTK engine RUN_DEPENDS= ${LOCALBASE}/bin/bash:${PORTSDIR}/shells/bash \ - ${NONEXISTENT}:${PORTSDIR}/x11-themes/gtk-murrine-engine \ + ${LOCALBASE}/lib/gtk-2.0/2.10.0/engines/libmurrine.so:${PORTSDIR}/x11-themes/gtk-murrine-engine \ ${LOCALBASE}/bin/zenity:${PORTSDIR}/x11/zenity NO_BUILD= yes |