Date: Mon, 8 Jul 2013 11:51:43 +0000 (UTC) From: Rene Ladan <rene@FreeBSD.org> To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r322495 - head/emulators/tiemu3 Message-ID: <201307081151.r68Bphop052635@svn.freebsd.org>
next in thread | raw e-mail | index | archive | help
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@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
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201307081151.r68Bphop052635>