diff options
author | markus <markus@FreeBSD.org> | 2004-06-20 23:14:14 +0800 |
---|---|---|
committer | markus <markus@FreeBSD.org> | 2004-06-20 23:14:14 +0800 |
commit | 4f96cb9fea6ef43af6a47382af5c02d18b9eddfd (patch) | |
tree | cf74f625bd732bdb39f15a3ff48cbb4f57deb7f9 | |
parent | b485a2927c9a5429ae1adc4f258115db0ca4899e (diff) | |
download | freebsd-ports-gnome-4f96cb9fea6ef43af6a47382af5c02d18b9eddfd.tar.gz freebsd-ports-gnome-4f96cb9fea6ef43af6a47382af5c02d18b9eddfd.tar.zst freebsd-ports-gnome-4f96cb9fea6ef43af6a47382af5c02d18b9eddfd.zip |
- Don't use Makefile.kde anymore
- Remove CONFIGURE_TARGET which now gets handled by bsd.kde.mk
Approved by: maintainer timeout (4 weeks)
-rw-r--r-- | sysutils/kkbswitch/Makefile | 3 |
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> |