diff options
author | Martin Wilke <miwi@FreeBSD.org> | 2014-05-26 14:47:56 +0000 |
---|---|---|
committer | Martin Wilke <miwi@FreeBSD.org> | 2014-05-26 14:47:56 +0000 |
commit | e2e772bd2a05dbea3f10c78e5504928abed0cef3 (patch) | |
tree | 84704dd6fb215720ec4ec01d578e92a2738dde94 /lang/cint | |
parent | 7f0013425a8ef2145b3064b2bd9bfc7e29e09ceb (diff) | |
download | ports-e2e772bd2a05dbea3f10c78e5504928abed0cef3.tar.gz ports-e2e772bd2a05dbea3f10c78e5504928abed0cef3.zip |
Notes
Diffstat (limited to 'lang/cint')
-rw-r--r-- | lang/cint/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lang/cint/Makefile b/lang/cint/Makefile index 9b2709c15804..4b05a955765f 100644 --- a/lang/cint/Makefile +++ b/lang/cint/Makefile @@ -15,7 +15,7 @@ BUILD_DEPENDS= bash:${PORTSDIR}/shells/bash WRKSRC= ${WRKDIR}/${PORTNAME}-${PORTVERSION} HAS_CONFIGURE= yes -USE_GMAKE= yes +USES= gmake USE_LDCONFIG= ${PREFIX}/lib/cint ALL_TARGET= MAN1= cint.1 makecint.1 |