diff options
author | Baptiste Daroussin <bapt@FreeBSD.org> | 2013-05-06 15:34:17 +0000 |
---|---|---|
committer | Baptiste Daroussin <bapt@FreeBSD.org> | 2013-05-06 15:34:17 +0000 |
commit | 9f1de9b900c064307cc328ec436f07477dfaa7f0 (patch) | |
tree | 5b19e4fae39149280653cc670bc170d039477f8e /lang/librep | |
parent | 296877462b8b100e9f83f9c6aa6ed4bff34c6def (diff) |
Notes
Diffstat (limited to 'lang/librep')
-rw-r--r-- | lang/librep/Makefile | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/lang/librep/Makefile b/lang/librep/Makefile index 130f8a6888b0..97c1e12d2b7b 100644 --- a/lang/librep/Makefile +++ b/lang/librep/Makefile @@ -20,8 +20,7 @@ RUN_DEPENDS= gtar:${PORTSDIR}/archivers/gtar USE_CSTD= gnu89 USE_XZ= yes -USES= gettext pathfix pkgconfig -USE_READLINE= yes +USES= gettext pathfix pkgconfig readline USE_GMAKE= yes USE_AUTOTOOLS= libtool CONFIGURE_ARGS= --with-aclocaldir=${PREFIX}/share/aclocal \ |