svn commit: r344110 - head/emulators/nonpareil

Martin Wilke miwi at FreeBSD.org
Thu Feb 13 13:52:32 UTC 2014


Author: miwi
Date: Thu Feb 13 13:52:31 2014
New Revision: 344110
URL: http://svnweb.freebsd.org/changeset/ports/344110
QAT: https://qat.redports.org/buildarchive/r344110/

Log:
  - Convert USE_SCONS to USES

Modified:
  head/emulators/nonpareil/Makefile

Modified: head/emulators/nonpareil/Makefile
==============================================================================
--- head/emulators/nonpareil/Makefile	Thu Feb 13 13:52:14 2014	(r344109)
+++ head/emulators/nonpareil/Makefile	Thu Feb 13 13:52:31 2014	(r344110)
@@ -15,11 +15,9 @@ LICENSE_FILE=	${WRKSRC}/COPYING
 
 LIB_DEPENDS=	png15:${PORTSDIR}/graphics/png
 
-USES=		bison pkgconfig
+USES=		bison pkgconfig scons
 USE_GNOME=	gtk20 libxml2
 USE_SDL=	sdl
-USE_SCONS=	yes
-SCONS_ARGS=	prefix="${PREFIX}"
 
 PLIST_EXECS=	bin/modutil bin/nonpareil bin/uasm
 PLIST_DATA=	lib/nonpareil/21.kml lib/nonpareil/21.obj \


More information about the svn-ports-all mailing list