diff options
author | Baptiste Daroussin <bapt@FreeBSD.org> | 2013-04-23 07:14:15 +0000 |
---|---|---|
committer | Baptiste Daroussin <bapt@FreeBSD.org> | 2013-04-23 07:14:15 +0000 |
commit | 1e4689558e9212686c62051bd29943b99367943a (patch) | |
tree | 45086237042ed02ea3c39e08708e946fc3f4da18 /deskutils/ecru/Makefile | |
parent | 816f539eb092cad9eccd93acee8dbccaa88299d6 (diff) | |
download | ports-1e4689558e9212686c62051bd29943b99367943a.tar.gz ports-1e4689558e9212686c62051bd29943b99367943a.zip |
Notes
Diffstat (limited to 'deskutils/ecru/Makefile')
-rw-r--r-- | deskutils/ecru/Makefile | 8 |
1 files changed, 2 insertions, 6 deletions
diff --git a/deskutils/ecru/Makefile b/deskutils/ecru/Makefile index 956f7af831a0..af2f3fba9e72 100644 --- a/deskutils/ecru/Makefile +++ b/deskutils/ecru/Makefile @@ -1,9 +1,5 @@ -# New ports collection makefile for: ecru -# Date created: 2008-12-13 -# Whom: Roman Bogorodskiy <novel@FreeBSD.org> -# +# Created by: Roman Bogorodskiy <novel@FreeBSD.org> # $FreeBSD$ -# PORTNAME= ecru PORTVERSION= 0.1.0 @@ -18,11 +14,11 @@ LIB_DEPENDS= xmlrpc.3:${PORTSDIR}/net/xmlrpc-c \ config++.10:${PORTSDIR}/devel/libconfig \ glibmm-2.4.1:${PORTSDIR}/devel/glibmm +USES= pkgconfig USE_PYTHON_BUILD= yes USE_BZIP2= yes MANCOMPRESSED= yes USE_LDCONFIG= yes -USE_PKGCONFIG= build MAN1= ecru-config.1 ecru-delete.1 ecru-edit.1 \ ecru-info.1 ecru-list.1 ecru-post.1 |