From 292873a2cf0bd8b6c8490c2e4072c45db9cccaaf Mon Sep 17 00:00:00 2001 From: marino Date: Sun, 11 Sep 2016 00:19:19 +0000 Subject: net/bsdec2-image-upload: Add SSL flags Approved by: SSL blanket --- net/bsdec2-image-upload/Makefile | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) (limited to 'net/bsdec2-image-upload/Makefile') diff --git a/net/bsdec2-image-upload/Makefile b/net/bsdec2-image-upload/Makefile index 103f7ccb9e6b..884ad1e75486 100644 --- a/net/bsdec2-image-upload/Makefile +++ b/net/bsdec2-image-upload/Makefile @@ -13,8 +13,9 @@ LICENSE_FILE= ${WRKSRC}/COPYRIGHT RUN_DEPENDS= ${LOCALBASE}/share/certs/ca-root-nss.crt:security/ca_root_nss -USES= tar:tgz uidfix -USE_OPENSSL= yes +USES= ssl tar:tgz uidfix +CFLAGS+= -I${OPENSSLINC} +LDFLAGS+= -L${OPENSSLLIB} # Install into ${STAGEDIR}${PREFIX}; but the build respects ${DESTDIR} so # all we need to give is the ${PREFIX}/bin part. -- cgit