aboutsummaryrefslogtreecommitdiff
path: root/net/libarms
diff options
context:
space:
mode:
authorTijl Coosemans <tijl@FreeBSD.org>2015-01-15 09:05:37 +0000
committerTijl Coosemans <tijl@FreeBSD.org>2015-01-15 09:05:37 +0000
commitc88aaf5c891059139a97c6a9da40fb5cbe102634 (patch)
tree03708cdbdeb7094897643531ddd754b2c9a2c51b /net/libarms
parent11c750925ed8e4b886a43e45df089896dd23e6f5 (diff)
downloadports-c88aaf5c891059139a97c6a9da40fb5cbe102634.tar.gz
ports-c88aaf5c891059139a97c6a9da40fb5cbe102634.zip
Add missing USE_OPENSSL=yes
PR: 195796
Notes
Notes: svn path=/head/; revision=377064
Diffstat (limited to 'net/libarms')
-rw-r--r--net/libarms/Makefile5
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