diff options
author | lesi <lesi@FreeBSD.org> | 2004-12-08 05:32:07 +0800 |
---|---|---|
committer | lesi <lesi@FreeBSD.org> | 2004-12-08 05:32:07 +0800 |
commit | 9395dc47d5d1338c9026d66d807c62e47c7587df (patch) | |
tree | 152f4e360927faf34c935f06963634b6a30deb3c /x11/kdebase3 | |
parent | e44d1e2948db3ff7c9e9ff29da205844508bbe3d (diff) | |
download | freebsd-ports-gnome-9395dc47d5d1338c9026d66d807c62e47c7587df.tar.gz freebsd-ports-gnome-9395dc47d5d1338c9026d66d807c62e47c7587df.tar.zst freebsd-ports-gnome-9395dc47d5d1338c9026d66d807c62e47c7587df.zip |
Add imake as build dependency. It will soon no longer be picked up by
x-clients port.
Pointed out by: dosirak via kris, while testing X.Org upgrade
Approved by: lofi
Diffstat (limited to 'x11/kdebase3')
-rw-r--r-- | x11/kdebase3/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/x11/kdebase3/Makefile b/x11/kdebase3/Makefile index 25caa1fa04ff..6ced36a3bd56 100644 --- a/x11/kdebase3/Makefile +++ b/x11/kdebase3/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.* |