svn commit: r390234 - head/emulators/x48
Baptiste Daroussin
bapt at FreeBSD.org
Sun Jun 21 14:13:50 UTC 2015
Author: bapt
Date: Sun Jun 21 14:13:49 2015
New Revision: 390234
URL: https://svnweb.freebsd.org/changeset/ports/390234
Log:
Convert to USES=autoreconf
Modified:
head/emulators/x48/Makefile
Modified: head/emulators/x48/Makefile
==============================================================================
--- head/emulators/x48/Makefile Sun Jun 21 14:12:09 2015 (r390233)
+++ head/emulators/x48/Makefile Sun Jun 21 14:13:49 2015 (r390234)
@@ -18,12 +18,10 @@ LICENSE= GPLv3
RUN_DEPENDS= ${LOCALBASE}/share/fonts/misc/7x14B-ISO8859-1.pcf.gz:${PORTSDIR}/x11-fonts/font-misc-misc \
${LOCALBASE}/share/fonts/75dpi/helvR12-ISO8859-1.pcf.gz:${PORTSDIR}/x11-fonts/font-adobe-75dpi
-USE_AUTOTOOLS= aclocal autoheader automake autoconf
-AUTOMAKE_ARGS= --add-missing --copy -Wno-portability
-ACLOCAL_ARGS= # default args (--acdir=...) produce broken configure script
+GNU_CONFIGURE= yes
CPPFLAGS+= -I${LOCALBASE}/include
LIBS+= -lutil
-USES= gmake pkgconfig tar:bzip2
+USES= autoreconf gmake pkgconfig tar:bzip2
USE_XORG= x11 xext xt
NO_WRKSUBDIR= yes
More information about the svn-ports-head
mailing list