diff options
author | Aaron Ball <nullspoon@iohq.net> | 2016-01-18 20:17:45 -0700 |
---|---|---|
committer | Aaron Ball <nullspoon@iohq.net> | 2016-01-18 20:17:45 -0700 |
commit | 439a788754854a64fabe9470b94664fd799b2778 (patch) | |
tree | 0ef6625d809b7beda8ae3066965cc04bb0e6484f /mbsync | |
parent | 7184ac87bdc6bf720231687c0dd4358d610a1498 (diff) | |
download | ports-439a788754854a64fabe9470b94664fd799b2778.tar.gz ports-439a788754854a64fabe9470b94664fd799b2778.tar.xz |
mbsync:Added sasl, ssl, and zlib
Diffstat (limited to 'mbsync')
-rw-r--r-- | mbsync/Pkgfile | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/mbsync/Pkgfile b/mbsync/Pkgfile index f2f9e98..272e2be 100644 --- a/mbsync/Pkgfile +++ b/mbsync/Pkgfile @@ -28,7 +28,10 @@ build() { touch ChangeLog autoreconf -fi - ./configure --prefix=/usr --mandir=/usr/man --disable-compat + ./configure --prefix=/usr --mandir=/usr/man --disable-compat \ + --with-ssl \ + --with-sasl \ + --with-zlib make make DESTDIR=${PKG} install |