diff options
author | tijl <tijl@FreeBSD.org> | 2015-04-18 20:58:34 +0800 |
---|---|---|
committer | tijl <tijl@FreeBSD.org> | 2015-04-18 20:58:34 +0800 |
commit | d40453cba9bc86d2a6367cebe6d1f030b4b29537 (patch) | |
tree | 129f59c831442347e16677b0930fa5747c496c23 /science/minc2 | |
parent | d59db5f0fd2d82d0819dffb4761dd8252c9fed64 (diff) | |
download | freebsd-ports-gnome-d40453cba9bc86d2a6367cebe6d1f030b4b29537.tar.gz freebsd-ports-gnome-d40453cba9bc86d2a6367cebe6d1f030b4b29537.tar.zst freebsd-ports-gnome-d40453cba9bc86d2a6367cebe6d1f030b4b29537.zip |
Convert to USES=autoreconf
Diffstat (limited to 'science/minc2')
-rw-r--r-- | science/minc2/Makefile | 6 |
1 files changed, 2 insertions, 4 deletions
diff --git a/science/minc2/Makefile b/science/minc2/Makefile index 77371f5bd41c..24ec9a4c2c95 100644 --- a/science/minc2/Makefile +++ b/science/minc2/Makefile @@ -23,11 +23,9 @@ GH_ACCOUNT= BIC-MNI GH_TAGNAME= release-${PORTVERSION} GH_COMMIT= 6f2f5b9 -USES= bison gmake libtool perl5 shebangfix +USES= autoreconf bison gmake libtool perl5 shebangfix SHEBANG_FILES= progs/mincview/mincview -USE_AUTOTOOLS= libtoolize aclocal autoheader automake autoconf -ACLOCAL_ARGS= -I m4 --automake-acdir=${ACLOCAL_DIR} -AUTOMAKE_ARGS= --add-missing --copy --force-missing +GNU_CONFIGURE= yes CONFIGURE_ARGS= --enable-shared=yes --enable-static=yes INSTALL_TARGET= install-strip USE_LDCONFIG= yes |