diff options
author | bapt <bapt@FreeBSD.org> | 2012-10-06 08:09:41 +0800 |
---|---|---|
committer | bapt <bapt@FreeBSD.org> | 2012-10-06 08:09:41 +0800 |
commit | 827cfd2225b2b335f008a4d0975b8c29be6ab370 (patch) | |
tree | 61b7c4a770a894816ddbd2ad1f0ab1aa672f0ba3 /www | |
parent | a9def45fa2ced14c9379840aa3efcd9d4e07b9b1 (diff) | |
download | freebsd-ports-gnome-827cfd2225b2b335f008a4d0975b8c29be6ab370.tar.gz freebsd-ports-gnome-827cfd2225b2b335f008a4d0975b8c29be6ab370.tar.zst freebsd-ports-gnome-827cfd2225b2b335f008a4d0975b8c29be6ab370.zip |
Over to new volunteer
While here make use of USE_PKGCONFIG
Diffstat (limited to 'www')
-rw-r--r-- | www/cherokee/Makefile | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/www/cherokee/Makefile b/www/cherokee/Makefile index 45d03038ea68..ae0b09c7e968 100644 --- a/www/cherokee/Makefile +++ b/www/cherokee/Makefile @@ -40,10 +40,11 @@ MASTER_SITES= http://www.cherokee-project.com/download/1.2/${PORTVERSION}/ \ # due to site down # http://mirror.apung.web.id/cherokee/1.0/\${PORTVERSION}/ \ -MAINTAINER= ports@FreeBSD.org +MAINTAINER= c.petrik.sosa@gmail.com COMMENT= Extremely fast and flexible web server -USE_GNOME= gnomehack pkgconfig +USE_GNOME= gnomehack +USE_PKGCONFIG= build USE_OPENSSL= yes USE_LDCONFIG= yes USE_GETTEXT= yes |