diff options
author | bapt <bapt@FreeBSD.org> | 2013-09-18 16:00:44 +0800 |
---|---|---|
committer | bapt <bapt@FreeBSD.org> | 2013-09-18 16:00:44 +0800 |
commit | 8f4f01ed3f58a052f1eb88b6a8c691c83e2fd115 (patch) | |
tree | 54cb5602f9483dc1bb1d525dd758d33f1a18191c /mail | |
parent | 4eda48e63a613025e895d92522ce970d4f921595 (diff) | |
download | freebsd-ports-gnome-8f4f01ed3f58a052f1eb88b6a8c691c83e2fd115.tar.gz freebsd-ports-gnome-8f4f01ed3f58a052f1eb88b6a8c691c83e2fd115.tar.zst freebsd-ports-gnome-8f4f01ed3f58a052f1eb88b6a8c691c83e2fd115.zip |
Add an explicit dependency on pkgconf
Diffstat (limited to 'mail')
-rw-r--r-- | mail/zmailer/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/mail/zmailer/Makefile b/mail/zmailer/Makefile index 259e1a501a53..effe532fc4fa 100644 --- a/mail/zmailer/Makefile +++ b/mail/zmailer/Makefile @@ -15,7 +15,7 @@ CONFLICTS= courier-0.* postfix-1.* postfix-2.* sendmail-8.* sendmail-*-8.* smail OPTIONS_DEFINE= SSL OPTIONS_DEFAULT=SSL -USES= perl5 +USES= perl5 pkgconfig GNU_CONFIGURE= yes MAKE_JOBS_UNSAFE= |