svn commit: r322495 - head/emulators/tiemu3

Rene Ladan rene at FreeBSD.org
Mon Jul 8 11:51:45 UTC 2013


Author: rene
Date: Mon Jul  8 11:51:42 2013
New Revision: 322495
URL: http://svnweb.freebsd.org/changeset/ports/322495

Log:
  Remove WITH_KDE3 knob which provided support for the expired KDE3.
  
  PR:		ports/180279
  Submitted by:	myself
  Approved by:	cyberbotx at cyberbotx.com (maintainer)

Modified:
  head/emulators/tiemu3/Makefile

Modified: head/emulators/tiemu3/Makefile
==============================================================================
--- head/emulators/tiemu3/Makefile	Mon Jul  8 11:51:37 2013	(r322494)
+++ head/emulators/tiemu3/Makefile	Mon Jul  8 11:51:42 2013	(r322495)
@@ -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


More information about the svn-ports-all mailing list