diff options
author | ume <ume@FreeBSD.org> | 2016-04-01 20:15:15 +0800 |
---|---|---|
committer | ume <ume@FreeBSD.org> | 2016-04-01 20:15:15 +0800 |
commit | a2c2b435b2424d80a395fe7c920653ce46c332d4 (patch) | |
tree | b5b5971c719c861d1a48317bd19f6ddf623a0be1 | |
parent | 3dbb698f422c42871c5d5afcb9d9be6d20c165dc (diff) | |
download | freebsd-ports-gnome-a2c2b435b2424d80a395fe7c920653ce46c332d4.tar.gz freebsd-ports-gnome-a2c2b435b2424d80a395fe7c920653ce46c332d4.tar.zst freebsd-ports-gnome-a2c2b435b2424d80a395fe7c920653ce46c332d4.zip |
Add missing dependency to pkgconfig when HTTP option
is on.
-rw-r--r-- | mail/cyrus-imapd25/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/mail/cyrus-imapd25/Makefile b/mail/cyrus-imapd25/Makefile index 0a55a4d804cb..be8fd9896d81 100644 --- a/mail/cyrus-imapd25/Makefile +++ b/mail/cyrus-imapd25/Makefile @@ -62,6 +62,7 @@ HTTP_DESC= Enable HTTP (beta quality) HTTP_CONFIGURE_ENABLE= http HTTP_LIB_DEPENDS= libjansson.so:${PORTSDIR}/devel/jansson \ libical.so:${PORTSDIR}/devel/libical +HTTP_USES= pkgconfig HTTP_USE= GNOME=libxml2 IDLED_DESC= Enable IMAP idled support IDLED_CONFIGURE_ENABLE= idled |