diff options
author | bapt <bapt@FreeBSD.org> | 2015-03-28 23:38:41 +0800 |
---|---|---|
committer | bapt <bapt@FreeBSD.org> | 2015-03-28 23:38:41 +0800 |
commit | b626961622c352b581b6736e907725f9db5db1f3 (patch) | |
tree | 56b554ed0497516ecd4f46008f0eca4e02937c2d | |
parent | b5b13aa1d6d828ca1cd1e24c99660f84e25b2c50 (diff) | |
download | freebsd-ports-gnome-b626961622c352b581b6736e907725f9db5db1f3.tar.gz freebsd-ports-gnome-b626961622c352b581b6736e907725f9db5db1f3.tar.zst freebsd-ports-gnome-b626961622c352b581b6736e907725f9db5db1f3.zip |
USES=autoreconf
-rw-r--r-- | devel/elfio/Makefile | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/devel/elfio/Makefile b/devel/elfio/Makefile index cae81577a271..0133165ec222 100644 --- a/devel/elfio/Makefile +++ b/devel/elfio/Makefile @@ -15,10 +15,8 @@ LICENSE= LGPL21 GNU_CONFIGURE= yes INSTALL_TARGET= install-strip -USES= libtool +USES= autoreconf libtool USE_LDCONFIG= yes -USE_AUTOTOOLS= aclocal automake autoconf libtoolize -AUTOMAKE_ARGS= -a -c -f OPTIONS_DEFINE= EXAMPLES DOCS |