diff options
author | bapt <bapt@FreeBSD.org> | 2013-09-03 22:08:55 +0800 |
---|---|---|
committer | bapt <bapt@FreeBSD.org> | 2013-09-03 22:08:55 +0800 |
commit | 916482d8f434e4918b2af28e9133d744b3632f6c (patch) | |
tree | 30aec4eb86fae53a3d9c973b70c5fb2f5ed11e32 /mail | |
parent | 23bfaa0421546878c7d4e22c4707e0111349177f (diff) | |
download | freebsd-ports-gnome-916482d8f434e4918b2af28e9133d744b3632f6c.tar.gz freebsd-ports-gnome-916482d8f434e4918b2af28e9133d744b3632f6c.tar.zst freebsd-ports-gnome-916482d8f434e4918b2af28e9133d744b3632f6c.zip |
Add an explicit dependency on pkgconf
Diffstat (limited to 'mail')
-rw-r--r-- | mail/evolution-exchange/Makefile | 9 |
1 files changed, 2 insertions, 7 deletions
diff --git a/mail/evolution-exchange/Makefile b/mail/evolution-exchange/Makefile index c778fae3a80c..f59bbf9330ab 100644 --- a/mail/evolution-exchange/Makefile +++ b/mail/evolution-exchange/Makefile @@ -1,10 +1,6 @@ -# New ports collection makefile for: evolution-exchange -# Date created: 28 April, 2005 -# Whom: Adam Weinberger, based off kiesel's ximian-exchange port -# +# Created by: Adam Weinberger, based off kiesel's ximian-exchange port # $FreeBSD$ # $MCom: ports/mail/evolution-exchange/Makefile,v 1.172 2012/09/20 23:06:27 kwm Exp $ -# PORTNAME= evolution-exchange PORTVERSION= 2.32.1 @@ -23,9 +19,8 @@ RUN_DEPENDS= ${EVO_PC_FILE}:${PORTSDIR}/mail/evolution CONFLICTS= evolution-exchange-3.[0-9]* USE_BZIP2= yes -USES= gettext +USES= gettext gmake pkgconfig USE_AUTOTOOLS= libtool -USE_GMAKE= yes USE_BDB= 41 USE_OPENLDAP= yes USE_GNOME= gnomeprefix intlhack gnomehack ltasneededhack |