diff options
author | adamw <adamw@FreeBSD.org> | 2016-07-08 03:12:11 +0800 |
---|---|---|
committer | adamw <adamw@FreeBSD.org> | 2016-07-08 03:12:11 +0800 |
commit | fffa23a52b5c14cb1add971ffb8f57d983234fe7 (patch) | |
tree | 4b8fdc6bbe50f9c8f027127fb58478b0e41d2933 /mail/dovecot2-pigeonhole | |
parent | 5a3ea1f9891629a8fe49379e2df3624d1878a69e (diff) | |
download | freebsd-ports-gnome-fffa23a52b5c14cb1add971ffb8f57d983234fe7.tar.gz freebsd-ports-gnome-fffa23a52b5c14cb1add971ffb8f57d983234fe7.tar.zst freebsd-ports-gnome-fffa23a52b5c14cb1add971ffb8f57d983234fe7.zip |
Add USES=compiler:c11 to fix build on 9.x.
While altering USES, switch from USE_OPENSSL to USES=ssl.
Approved by: maintainer (Larry Rosenman)
Diffstat (limited to 'mail/dovecot2-pigeonhole')
-rw-r--r-- | mail/dovecot2-pigeonhole/Makefile | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/mail/dovecot2-pigeonhole/Makefile b/mail/dovecot2-pigeonhole/Makefile index ec509432b1e4..821e7a307619 100644 --- a/mail/dovecot2-pigeonhole/Makefile +++ b/mail/dovecot2-pigeonhole/Makefile @@ -25,9 +25,8 @@ CONFIGURE_ARGS= --exec-prefix=${PREFIX} \ --with-dovecot="${LOCALBASE}/lib/dovecot" LDFLAGS+= -L${LOCALBASE}/lib INSTALL_TARGET= install-strip -USES= libtool +USES= compiler:c11 libtool ssl USE_LDCONFIG= ${PREFIX}/lib/dovecot -USE_OPENSSL= yes OPTIONS_DEFINE= DOCS LDAP MANAGESIEVE OPTIONS_DEFAULT=MANAGESIEVE |