svn commit: r316504 - in head: editors/codelite www/hiawatha
Baptiste Daroussin
bapt at FreeBSD.org
Thu Apr 25 06:46:23 UTC 2013
Author: bapt
Date: Thu Apr 25 06:46:22 2013
New Revision: 316504
URL: http://svnweb.freebsd.org/changeset/ports/316504
Log:
Convert the 2 last USE_CMAKE to USES= cmake
Modified:
head/editors/codelite/Makefile
head/www/hiawatha/Makefile
Modified: head/editors/codelite/Makefile
==============================================================================
--- head/editors/codelite/Makefile Thu Apr 25 06:27:11 2013 (r316503)
+++ head/editors/codelite/Makefile Thu Apr 25 06:46:22 2013 (r316504)
@@ -23,10 +23,8 @@ CLANG_DESC= Clang code-completion
USE_WX= 2.9
WX_UNICODE= yes
USE_DOS2UNIX= *.cpp
-USES= gettext
+USES= gettext cmake:outsource
USE_LDCONFIG= lib/codelite
-USE_CMAKE= yes
-CMAKE_OUTSOURCE=yes
CMAKE_ARGS+= -DIS_FREEBSD=1 \
-DPREFIX=${PREFIX}
Modified: head/www/hiawatha/Makefile
==============================================================================
--- head/www/hiawatha/Makefile Thu Apr 25 06:27:11 2013 (r316503)
+++ head/www/hiawatha/Makefile Thu Apr 25 06:46:22 2013 (r316504)
@@ -1,6 +1,5 @@
# Created by: Hugo Leisink
# $FreeBSD$
-#
PORTNAME= hiawatha
PORTVERSION= 9.1
@@ -21,7 +20,7 @@ MAN1= cgi-wrapper.1 hiawatha.1 ssi-cgi.
MAKE_JOBS_SAFE= yes
SUB_FILES= pkg-message
-USE_CMAKE= yes
+USES= cmake
USE_LDCONFIG= yes
USE_RC_SUBR= hiawatha
WANT_GNOME= yes
More information about the svn-ports-head
mailing list