diff options
author | Martin Wilke <miwi@FreeBSD.org> | 2014-01-31 06:39:24 +0000 |
---|---|---|
committer | Martin Wilke <miwi@FreeBSD.org> | 2014-01-31 06:39:24 +0000 |
commit | c05d4731913d01a57a0b51ce4563997f4c62372c (patch) | |
tree | 492cebf6b5d25a3c0a6707e151aace51584389cc /net/libarms | |
parent | 7210d0ec54f82690d414f49aca43f68e4689bd6b (diff) |
Notes
Diffstat (limited to 'net/libarms')
-rw-r--r-- | net/libarms/Makefile | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/net/libarms/Makefile b/net/libarms/Makefile index 6933a0e65418..ac4d038f52b6 100644 --- a/net/libarms/Makefile +++ b/net/libarms/Makefile @@ -12,14 +12,13 @@ COMMENT= SMFv2/ARMS client library for C LIB_DEPENDS= expat:${PORTSDIR}/textproc/expat2 -USE_GMAKE= yes +USES= gmake GNU_CONFIGURE= yes USE_LDCONFIG= yes LDFLAGS+= -L${LOCALBASE}/lib CPPFLAGS+= -I${LOCALBASE}/include -NO_STAGE= yes post-configure: @${REINPLACE_CMD} 's|$${datarootdir}/doc/$${PACKAGE_TARNAME}|${DOCSDIR}|' \ ${WRKSRC}/Makefile |