diff options
author | Baptiste Daroussin <bapt@FreeBSD.org> | 2015-07-19 11:35:25 +0000 |
---|---|---|
committer | Baptiste Daroussin <bapt@FreeBSD.org> | 2015-07-19 11:35:25 +0000 |
commit | f842465fdf40ad3e1b53f1148fefca79256b8a7b (patch) | |
tree | 136ed996844dfa1fa2c2c6d8e861329bf7d38786 /net-mgmt | |
parent | 378864716bc51041a94e0f03523002788045ef17 (diff) | |
download | freebsd-ports-f842465fdf40ad3e1b53f1148fefca79256b8a7b.zip |
Properly respect OPENSSL_PORT (while here use libarchive from base)
PR: 199265
Reported by: ports@stdrand.com
Diffstat (limited to 'net-mgmt')
-rw-r--r-- | net-mgmt/seafile/Makefile | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/net-mgmt/seafile/Makefile b/net-mgmt/seafile/Makefile index a66311246889..5f1d1f89f68a 100644 --- a/net-mgmt/seafile/Makefile +++ b/net-mgmt/seafile/Makefile @@ -2,6 +2,7 @@ PORTNAME= seafile PORTVERSION= 4.0.6 +PORTREVISION= 1 DISTVERSIONPREFIX= v DISTVERSIONSUFFIX= -server CATEGORIES= net-mgmt devel @@ -16,7 +17,6 @@ LIB_DEPENDS= libsearpc.so:${PORTSDIR}/devel/libsearpc \ libevhtp.so:${PORTSDIR}/www/libevhtp \ libzdb.so:${PORTSDIR}/databases/libzdb \ libcrypto.so:${PORTSDIR}/security/openssl \ - libarchive.so.13:${PORTSDIR}/archivers/libarchive \ libcurl.so:${PORTSDIR}/ftp/curl \ libinotify.so:${PORTSDIR}/devel/libinotify \ libccnet.so:${PORTSDIR}/net-mgmt/ccnet @@ -33,8 +33,9 @@ SHEBANG_FILES= scripts/*.sh scripts/upgrade/*.sh GNU_CONFIGURE= yes USE_OPENSSL= yes USE_LDCONFIG= yes +CONFIGURE_ENV= SSL_CFLAGS="${OPENSSLINC}" SSL_LIBS="-L${OPENSSLLIB} -lssl -lcrypto" \ + LIBARCHIVE_CFLAGS="-I/usr/include" LIBARCHIVE_LIBS="-larchive" -WITH_OPENSSL_PORT= yes PATHFIX_MAKEFILEIN= Makefile.am CONFIGURE_ARGS= --enable-server |