diff options
author | Tijl Coosemans <tijl@FreeBSD.org> | 2015-04-18 12:58:34 +0000 |
---|---|---|
committer | Tijl Coosemans <tijl@FreeBSD.org> | 2015-04-18 12:58:34 +0000 |
commit | d32714f4af055b4595f6a8d47e2cdbf066539f1f (patch) | |
tree | 129f59c831442347e16677b0930fa5747c496c23 /textproc/augeas | |
parent | f2f24d761ef2be4965b7d31a44504ac7d53c8c48 (diff) |
Notes
Diffstat (limited to 'textproc/augeas')
-rw-r--r-- | textproc/augeas/Makefile | 6 |
1 files changed, 2 insertions, 4 deletions
diff --git a/textproc/augeas/Makefile b/textproc/augeas/Makefile index 8f8304edad3f..134d2206e05e 100644 --- a/textproc/augeas/Makefile +++ b/textproc/augeas/Makefile @@ -15,11 +15,9 @@ LICENSE= LGPL21 TEST_DEPENDS= bash:${PORTSDIR}/shells/bash \ gsed:${PORTSDIR}/textproc/gsed +GNU_CONFIGURE= yes +USES= autoreconf gmake libtool pkgconfig readline USE_GNOME= libxml2 -USES= gmake libtool pkgconfig readline -USE_AUTOTOOLS= autoconf aclocal autoheader automake libtoolize:env -ACLOCAL_ARGS= -I . -I gnulib/m4 -I ${LOCALBASE}/share/aclocal -AUTOMAKE_ARGS= --add-missing USE_LDCONFIG= yes INSTALL_TARGET= install-strip |