aboutsummaryrefslogtreecommitdiff
path: root/sysutils/kkbswitch
diff options
context:
space:
mode:
authorMarkus Brueffer <markus@FreeBSD.org>2004-06-20 15:14:14 +0000
committerMarkus Brueffer <markus@FreeBSD.org>2004-06-20 15:14:14 +0000
commit3ec10ccf10d0dc71499ba43b07f61175d748e66e (patch)
treee0ba4fdffbfb0c1537b9bbdc91b5ec38f139aa8c /sysutils/kkbswitch
parentf34c7cf5f6de62097c106695c51f594fb98889bc (diff)
downloadports-3ec10ccf10d0dc71499ba43b07f61175d748e66e.tar.gz
ports-3ec10ccf10d0dc71499ba43b07f61175d748e66e.zip
- Don't use Makefile.kde anymore
- Remove CONFIGURE_TARGET which now gets handled by bsd.kde.mk Approved by: maintainer timeout (4 weeks)
Notes
Notes: svn path=/head/; revision=111862
Diffstat (limited to 'sysutils/kkbswitch')
-rw-r--r--sysutils/kkbswitch/Makefile3
1 files changed, 0 insertions, 3 deletions
diff --git a/sysutils/kkbswitch/Makefile b/sysutils/kkbswitch/Makefile
index 6d165a7f1ce0..bb92548966d0 100644
--- a/sysutils/kkbswitch/Makefile
+++ b/sysutils/kkbswitch/Makefile
@@ -22,8 +22,6 @@ CONFIGURE_ARGS += --with-qt-dir=${QT_PREFIX} \
--with-extra-includes=${LOCALBASE}/include \
--with-extra-libs=${LOCALBASE}/lib
-CONFIGURE_TARGET=
-
DOCSDIR= share/doc/HTML/en/${PORTNAME}
OPTIONS= RU_UA_LAYOUT "With additional RU_UA keyboard layout" on
@@ -41,5 +39,4 @@ CONFIGURE_ARGS+= --disable-ru-ua-layout
PLIST_SUB+= LAYOUT="@comment "
.endif
-.include "${PORTSDIR}/x11/kde3/Makefile.kde"
.include <bsd.port.post.mk>