diff options
Diffstat (limited to 'net/libarms/Makefile')
-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 9c44c34b49ea..64d91d8dff77 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 |