svn commit: r368472 - head/devel/argp-standalone
Baptiste Daroussin
bapt at FreeBSD.org
Thu Sep 18 15:04:24 UTC 2014
Author: bapt
Date: Thu Sep 18 15:04:23 2014
New Revision: 368472
URL: http://svnweb.freebsd.org/changeset/ports/368472
QAT: https://qat.redports.org/buildarchive/r368472/
Log:
Convert to USES=autoreconf
Modified:
head/devel/argp-standalone/Makefile
Modified: head/devel/argp-standalone/Makefile
==============================================================================
--- head/devel/argp-standalone/Makefile Thu Sep 18 15:02:30 2014 (r368471)
+++ head/devel/argp-standalone/Makefile Thu Sep 18 15:04:23 2014 (r368472)
@@ -12,12 +12,9 @@ MASTER_SITE_SUBDIR= sem
MAINTAINER= sem at FreeBSD.org
COMMENT= Standalone version of arguments parsing functions from GLIBC
-USES= libtool
+USES= autoreconf libtool
USE_CSTD= gnu89
GNU_CONFIGURE= yes
-USE_AUTOTOOLS= aclocal autoconf automake libtoolize
-AUTOMAKE_ARGS= -c -a
-ACLOCAL_ARGS= --automake-acdir=${ACLOCAL_DIR} -I ${LOCALBASE}/share/aclocal
USE_LDCONFIG= yes
INSTALL_TARGET= install-strip
More information about the svn-ports-all
mailing list