- Don't use Makefile.kde anymore

- Remove CONFIGURE_TARGET which now gets handled by bsd.kde.mk

Approved by:	maintainer timeout (4 weeks)
This commit is contained in:
Markus Brueffer 2004-06-20 15:14:14 +00:00
parent f34c7cf5f6
commit 3ec10ccf10
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=111862

View file

@ -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>