diff options
author | Dejan Lesjak <lesi@FreeBSD.org> | 2004-12-07 21:32:07 +0000 |
---|---|---|
committer | Dejan Lesjak <lesi@FreeBSD.org> | 2004-12-07 21:32:07 +0000 |
commit | 6cfffc955c95417ce85db51029858779b12b2e4d (patch) | |
tree | 6f0128258bdc5757ade1719f2e4b2a9cc9b3016a /x11/kde4-runtime | |
parent | 4e14e5a8e409562f6899e4cf224b06607acddb9a (diff) | |
download | ports-6cfffc955c95417ce85db51029858779b12b2e4d.tar.gz ports-6cfffc955c95417ce85db51029858779b12b2e4d.zip |
Notes
Diffstat (limited to 'x11/kde4-runtime')
-rw-r--r-- | x11/kde4-runtime/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/x11/kde4-runtime/Makefile b/x11/kde4-runtime/Makefile index 25caa1fa04ff..6ced36a3bd56 100644 --- a/x11/kde4-runtime/Makefile +++ b/x11/kde4-runtime/Makefile @@ -16,7 +16,8 @@ DIST_SUBDIR= KDE MAINTAINER= kde@FreeBSD.org COMMENT= Basic applications for the KDE system -BUILD_DEPENDS= mkfontdir:${X_CLIENTS_PORT} +BUILD_DEPENDS= mkfontdir:${X_CLIENTS_PORT} \ + xmkmf:${X_IMAKE_PORT} LIB_DEPENDS= smbclient:${PORTSDIR}/net/samba-libsmbclient CONFLICTS= kdeutils-3.[0-2] kdeutils-3.0.* kdeutils-3.1.* kdeutils-3.2.* |