diff options
author | John Marino <marino@FreeBSD.org> | 2013-09-13 09:21:55 +0800 |
---|---|---|
committer | John Marino <marino@FreeBSD.org> | 2013-09-13 09:21:55 +0800 |
commit | 27713e1c509030a9e58168fc1d73da4b71f6cd3a (patch) | |
tree | 9f18ee1d7fadfd494fb2fcde5e11f3aecd04cf48 /mail/anubis | |
parent | 8996029ce0eb68961b5e7459f1f740871ffbf511 (diff) | |
download | freebsd-ports-gnome-27713e1c509030a9e58168fc1d73da4b71f6cd3a.tar.gz freebsd-ports-gnome-27713e1c509030a9e58168fc1d73da4b71f6cd3a.tar.zst freebsd-ports-gnome-27713e1c509030a9e58168fc1d73da4b71f6cd3a.zip |
Add explicit dependency on pkgconf (10 ports)
Approved by: portmgr (bapt, implicit)
Diffstat (limited to 'mail/anubis')
-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 |