diff options
author | tijl <tijl@FreeBSD.org> | 2015-01-15 17:05:37 +0800 |
---|---|---|
committer | tijl <tijl@FreeBSD.org> | 2015-01-15 17:05:37 +0800 |
commit | fab688a7c4153e7aad8d81aa6c70167666bae3d8 (patch) | |
tree | 03708cdbdeb7094897643531ddd754b2c9a2c51b /net/libarms | |
parent | 829d284efdd1904e092f24ebc0a79dfa48355de1 (diff) | |
download | freebsd-ports-graphics-fab688a7c4153e7aad8d81aa6c70167666bae3d8.tar.gz freebsd-ports-graphics-fab688a7c4153e7aad8d81aa6c70167666bae3d8.tar.zst freebsd-ports-graphics-fab688a7c4153e7aad8d81aa6c70167666bae3d8.zip |
Add missing USE_OPENSSL=yes
PR: 195796
Diffstat (limited to 'net/libarms')
-rw-r--r-- | net/libarms/Makefile | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/net/libarms/Makefile b/net/libarms/Makefile index 9c44c34b49e..64d91d8dff7 100644 --- a/net/libarms/Makefile +++ b/net/libarms/Makefile @@ -3,7 +3,7 @@ PORTNAME= libarms PORTVERSION= 5.01 -PORTREVISION= 1 +PORTREVISION= 2 CATEGORIES= net devel MASTER_SITES= https://dev.smf.jp/dl/ \ http://dev.smf.jp/dl/ @@ -13,9 +13,10 @@ COMMENT= SMFv2/ARMS client library for C LIB_DEPENDS= libexpat.so:${PORTSDIR}/textproc/expat2 -USES= gmake libtool GNU_CONFIGURE= yes +USES= gmake libtool USE_LDCONFIG= yes +USE_OPENSSL= yes LDFLAGS+= -L${LOCALBASE}/lib CPPFLAGS+= -I${LOCALBASE}/include |