diff options
author | lofi <lofi@FreeBSD.org> | 2006-06-25 23:00:45 +0800 |
---|---|---|
committer | lofi <lofi@FreeBSD.org> | 2006-06-25 23:00:45 +0800 |
commit | 320cfa881a5b10c36c38a5ddebc0c0d180920e55 (patch) | |
tree | 429c40a872a7172de0bba61c3363284999923c7a /x11/kde4-runtime | |
parent | 97925d74f52fad2dc31330cf5469093dd91c497a (diff) | |
download | freebsd-ports-gnome-320cfa881a5b10c36c38a5ddebc0c0d180920e55.tar.gz freebsd-ports-gnome-320cfa881a5b10c36c38a5ddebc0c0d180920e55.tar.zst freebsd-ports-gnome-320cfa881a5b10c36c38a5ddebc0c0d180920e55.zip |
Look for the kde-xdg-env dependency file in the right place.
PR: ports/99396
Submitted by: Rémy Oudompheng <oudomphe@clipper.ens.fr>
Diffstat (limited to 'x11/kde4-runtime')
-rw-r--r-- | x11/kde4-runtime/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/x11/kde4-runtime/Makefile b/x11/kde4-runtime/Makefile index 5683a15f3238..5b2275ad48eb 100644 --- a/x11/kde4-runtime/Makefile +++ b/x11/kde4-runtime/Makefile @@ -17,7 +17,7 @@ DIST_SUBDIR= KDE MAINTAINER= kde@FreeBSD.org COMMENT= Basic applications for the KDE system -RUN_DEPENDS= ${LOCALBASE}/env/xdg-env.sh:${PORTSDIR}/misc/kde-xdg-env +RUN_DEPENDS= ${KDE_PREFIX}/env/xdg-env.sh:${PORTSDIR}/misc/kde-xdg-env BUILD_DEPENDS= mkfontdir:${X_CLIENTS_PORT} \ xmkmf:${X_IMAKE_PORT} LIB_DEPENDS= sasl2:${PORTSDIR}/security/cyrus-sasl2 \ |