aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authormarino <marino@FreeBSD.org>2016-09-10 12:48:58 +0800
committermarino <marino@FreeBSD.org>2016-09-10 12:48:58 +0800
commit2d61bfd07e2c805fb349c8d5e1b946f653e60c99 (patch)
tree9326bdb5255644bda6497128cbed81104c525ee8
parentab823fb20cca47af7f6e383dae765c084c4fef67 (diff)
downloadfreebsd-ports-gnome-2d61bfd07e2c805fb349c8d5e1b946f653e60c99.tar.gz
freebsd-ports-gnome-2d61bfd07e2c805fb349c8d5e1b946f653e60c99.tar.zst
freebsd-ports-gnome-2d61bfd07e2c805fb349c8d5e1b946f653e60c99.zip
sysutils/boxbackup: document SSL requirement and set flags accordingly
Approved by: SSL blanket
-rw-r--r--sysutils/boxbackup/Makefile5
1 files changed, 3 insertions, 2 deletions
diff --git a/sysutils/boxbackup/Makefile b/sysutils/boxbackup/Makefile
index 104f50a32b5b..2c5c751588bc 100644
--- a/sysutils/boxbackup/Makefile
+++ b/sysutils/boxbackup/Makefile
@@ -15,11 +15,12 @@ LICENSE= BSD3CLAUSE GPLv2
LICENSE_COMB= dual
LICENSE_FILE= ${WRKSRC}/LICENSE-DUAL.txt
-USES= execinfo perl5 tar:tgz
-USE_OPENSSL= yes
+USES= execinfo perl5 ssl tar:tgz
GNU_CONFIGURE= yes
USE_AUTOTOOLS= autoconf aclocal autoheader
ACLOCAL_ARGS+= -I ${WRKSRC}/infrastructure/m4
+CFLAGS+= -I${OPENSSLINC}
+LDFLAGS+= -L${OPENSSLLIB}
.if exists(/usr/lib/libexecinfo.so)
LDFLAGS+= -lexecinfo