diff options
author | bapt <bapt@FreeBSD.org> | 2013-04-25 14:46:22 +0800 |
---|---|---|
committer | bapt <bapt@FreeBSD.org> | 2013-04-25 14:46:22 +0800 |
commit | c42373391763a79dc2eaa5f8701fa467996d8289 (patch) | |
tree | c24dce237dd79af17939b02f560bcfcfab87c67c /www | |
parent | cb67ca834586e10301148a6d53c6140d445dc54b (diff) | |
download | freebsd-ports-gnome-c42373391763a79dc2eaa5f8701fa467996d8289.tar.gz freebsd-ports-gnome-c42373391763a79dc2eaa5f8701fa467996d8289.tar.zst freebsd-ports-gnome-c42373391763a79dc2eaa5f8701fa467996d8289.zip |
Convert the 2 last USE_CMAKE to USES= cmake
Diffstat (limited to 'www')
-rw-r--r-- | www/hiawatha/Makefile | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/www/hiawatha/Makefile b/www/hiawatha/Makefile index 13197262b4a9..fd116fb7ffdb 100644 --- a/www/hiawatha/Makefile +++ b/www/hiawatha/Makefile @@ -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.1 wigwam.1 MAKE_JOBS_SAFE= yes SUB_FILES= pkg-message -USE_CMAKE= yes +USES= cmake USE_LDCONFIG= yes USE_RC_SUBR= hiawatha WANT_GNOME= yes |