From 071186fd6d22f1abd16554cae92bf26af9d1cb4e Mon Sep 17 00:00:00 2001 From: makc Date: Fri, 22 Mar 2013 20:06:14 +0000 Subject: - convert USE_CMAKE to USES - while here clean up some ports from CMAKE_VERBOSE, which is intended for users Approved by: portmgr (miwi) --- www/cas/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'www/cas') diff --git a/www/cas/Makefile b/www/cas/Makefile index ad3569a2ceeb..b9dfe472dc06 100644 --- a/www/cas/Makefile +++ b/www/cas/Makefile @@ -13,7 +13,7 @@ LIB_DEPENDS= expat:${PORTSDIR}/textproc/expat2 \ pcre:${PORTSDIR}/devel/pcre \ ctpp2:${PORTSDIR}/textproc/ctpp2 -USE_CMAKE= yes +USES= cmake USE_LDCONFIG= yes USE_ICONV= yes WITHOUT_NLS= yes -- cgit