Remove WITH_KDE3 knob which provided support for the expired KDE3.

PR:		ports/180279
Submitted by:	myself
Approved by:	cyberbotx@cyberbotx.com (maintainer)
This commit is contained in:
Rene Ladan 2013-07-08 11:51:42 +00:00
parent 1160a894f6
commit da2c09ffb4
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=322495

View File

@ -37,11 +37,7 @@ CONFIGURE_ARGS+= --disable-nls
PLIST_SUB= NLS="@comment "
.endif
.if !defined(WITH_KDE)
CONFIGURE_ARGS+= --without-kde
.else
USE_KDELIBS_VER= 3
.endif
post-patch: .SILENT
${REINPLACE_CMD} -E 's,(install-data-am:).*$$,\1,' ${WRKSRC}/Makefile.in