Date: Sun, 21 Jun 2015 14:13:49 +0000 (UTC) From: Baptiste Daroussin <bapt@FreeBSD.org> To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r390234 - head/emulators/x48 Message-ID: <201506211413.t5LEDnEJ079889@svn.freebsd.org>
next in thread | raw e-mail | index | archive | help
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
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201506211413.t5LEDnEJ079889>