svn commit: r325259 - head/sysutils/krename-kde4
Max Brazhnikov
makc at FreeBSD.org
Fri Aug 23 10:10:15 UTC 2013
Author: makc
Date: Fri Aug 23 10:10:14 2013
New Revision: 325259
URL: http://svnweb.freebsd.org/changeset/ports/325259
Log:
- Fix build
- Strip Makefile header
- Switch to out-of-source build
Modified:
head/sysutils/krename-kde4/Makefile
Modified: head/sysutils/krename-kde4/Makefile
==============================================================================
--- head/sysutils/krename-kde4/Makefile Fri Aug 23 09:52:03 2013 (r325258)
+++ head/sysutils/krename-kde4/Makefile Fri Aug 23 10:10:14 2013 (r325259)
@@ -1,9 +1,4 @@
-# New ports collection makefile for: krename
-# Date created: 11 May 2003
-# Whom: Kirill Ponomarew <ponomarew at oberon.net>
-#
# $FreeBSD$
-#
PORTNAME= krename
PORTVERSION= 4.0.9
@@ -21,8 +16,12 @@ LIB_DEPENDS= tag.1:${PORTSDIR}/audio/tag
LATEST_LINK= ${PORTNAME}-kde4
USE_BZIP2= yes
-USES= cmake
+USES= cmake:outsource
USE_KDE4= kdeprefix kdelibs automoc4
USE_QT4= qmake_build moc_build rcc_build uic_build
+post-patch:
+ ${REINPLACE_CMD} 's,FREETYPE_INCLUDE_DIR,FREETYPE_INCLUDE_DIR_freetype2,' \
+ ${WRKSRC}/src/CMakeLists.txt
+
.include <bsd.port.mk>
More information about the svn-ports-all
mailing list