diff options
Diffstat (limited to 'www/httpsqs/Makefile')
-rw-r--r-- | www/httpsqs/Makefile | 8 |
1 files changed, 2 insertions, 6 deletions
diff --git a/www/httpsqs/Makefile b/www/httpsqs/Makefile index e7f2eb13d334..0034fc058d4f 100644 --- a/www/httpsqs/Makefile +++ b/www/httpsqs/Makefile @@ -1,9 +1,5 @@ -# New ports collection makefile for: httpsqs -# Date created: 2011-04-22 -# Whom: Zhihao Yuan <lichray@gmail.com> -# +# Created by: Zhihao Yuan <lichray@gmail.com> # $FreeBSD$ -# PORTNAME= httpsqs PORTVERSION= 1.7 @@ -18,7 +14,7 @@ LICENSE= BSD LIB_DEPENDS+= tokyocabinet:${PORTSDIR}/databases/tokyocabinet \ event-2.0:${PORTSDIR}/devel/libevent2 -USE_PKGCONFIG= yes +USES= pkgconfig PLIST_FILES= bin/${PORTNAME} |