diff options
author | marino <marino@FreeBSD.org> | 2013-09-13 09:21:55 +0800 |
---|---|---|
committer | marino <marino@FreeBSD.org> | 2013-09-13 09:21:55 +0800 |
commit | d31313383d14d40798a05d52666fc5ce44b02040 (patch) | |
tree | 9f18ee1d7fadfd494fb2fcde5e11f3aecd04cf48 /mail | |
parent | 3891802a64b517a6897ebf76b664a76b35b2bfa2 (diff) | |
download | freebsd-ports-gnome-d31313383d14d40798a05d52666fc5ce44b02040.tar.gz freebsd-ports-gnome-d31313383d14d40798a05d52666fc5ce44b02040.tar.zst freebsd-ports-gnome-d31313383d14d40798a05d52666fc5ce44b02040.zip |
Add explicit dependency on pkgconf (10 ports)
Approved by: portmgr (bapt, implicit)
Diffstat (limited to 'mail')
-rw-r--r-- | mail/anubis/Makefile | 7 |
1 files changed, 2 insertions, 5 deletions
diff --git a/mail/anubis/Makefile b/mail/anubis/Makefile index e9273133ef4e..92869e9e9f27 100644 --- a/mail/anubis/Makefile +++ b/mail/anubis/Makefile @@ -1,9 +1,5 @@ -# Ports collection makefile for: anubis -# Date created: Jul 31, 2002 -# Whom: ijliao -# +# Created by: ijliao # $FreeBSD$ -# PORTNAME= anubis PORTVERSION= 4.1.1 @@ -27,6 +23,7 @@ GSASL_DESC= GSASL support (required for databases) GDBM_DESC= GDBM backend SOCKS_DESC= SOCKS proxy support +USES= pkgconfig USE_RC_SUBR= anubis USE_AUTOTOOLS= aclocal autoheader autoconf automake ACLOCAL_ARGS= -I m4 -I am |