svn commit: r390253 - head/games/zangband
Baptiste Daroussin
bapt at FreeBSD.org
Sun Jun 21 16:12:26 UTC 2015
Author: bapt
Date: Sun Jun 21 16:12:25 2015
New Revision: 390253
URL: https://svnweb.freebsd.org/changeset/ports/390253
Log:
Convert to USES=autoreconf
Modified:
head/games/zangband/Makefile
Modified: head/games/zangband/Makefile
==============================================================================
--- head/games/zangband/Makefile Sun Jun 21 16:10:07 2015 (r390252)
+++ head/games/zangband/Makefile Sun Jun 21 16:12:25 2015 (r390253)
@@ -14,9 +14,9 @@ NO_CDROM= Possible copyright infringemen
WRKSRC= ${WRKDIR}/${PORTNAME}
-USES= gmake ncurses perl5
+USES= autoreconf gmake ncurses perl5
USE_PERL5= build
-USE_AUTOTOOLS= aclocal autoheader autoconf
+GNU_CONFIGURE= yes
CONFIGURE_ARGS= --datadir=${PREFIX}/lib \
--with-gtk=no
MAKE_ENV= VERBOSE=1
More information about the svn-ports-all
mailing list