diff options
author | miwi <miwi@FreeBSD.org> | 2014-01-31 14:39:24 +0800 |
---|---|---|
committer | miwi <miwi@FreeBSD.org> | 2014-01-31 14:39:24 +0800 |
commit | 8d7ac3038addd9f273493852391e73869cda6361 (patch) | |
tree | 492cebf6b5d25a3c0a6707e151aace51584389cc /net/libarms | |
parent | 9d31648f39a6f91681d51bee94ba9d7ff6d8103f (diff) | |
download | freebsd-ports-gnome-8d7ac3038addd9f273493852391e73869cda6361.tar.gz freebsd-ports-gnome-8d7ac3038addd9f273493852391e73869cda6361.tar.zst freebsd-ports-gnome-8d7ac3038addd9f273493852391e73869cda6361.zip |
- Stage support
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 |