diff options
author | lofi <lofi@FreeBSD.org> | 2006-06-25 15:00:45 +0000 |
---|---|---|
committer | lofi <lofi@FreeBSD.org> | 2006-06-25 15:00:45 +0000 |
commit | 320cfa881a5b10c36c38a5ddebc0c0d180920e55 (patch) | |
tree | 429c40a872a7172de0bba61c3363284999923c7a /x11/kdebase4-runtime | |
parent | 97925d74f52fad2dc31330cf5469093dd91c497a (diff) | |
download | FreeBSD-ports-320cfa881a5b10c36c38a5ddebc0c0d180920e55.zip FreeBSD-ports-320cfa881a5b10c36c38a5ddebc0c0d180920e55.tar.gz |
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/kdebase4-runtime')
-rw-r--r-- | x11/kdebase4-runtime/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/x11/kdebase4-runtime/Makefile b/x11/kdebase4-runtime/Makefile index 5683a15..5b2275a 100644 --- a/x11/kdebase4-runtime/Makefile +++ b/x11/kdebase4-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 \ |