svn commit: r353298 - head/graphics/structuresynth

Dmitry Marakasov amdmi3 at FreeBSD.org
Thu May 8 13:46:15 UTC 2014


Author: amdmi3
Date: Thu May  8 13:46:14 2014
New Revision: 353298
URL: http://svnweb.freebsd.org/changeset/ports/353298
QAT: https://qat.redports.org/buildarchive/r353298/

Log:
  - Convert USE_DOS2UNIX to USES

Modified:
  head/graphics/structuresynth/Makefile

Modified: head/graphics/structuresynth/Makefile
==============================================================================
--- head/graphics/structuresynth/Makefile	Thu May  8 13:35:05 2014	(r353297)
+++ head/graphics/structuresynth/Makefile	Thu May  8 13:46:14 2014	(r353298)
@@ -11,11 +11,11 @@ DISTNAME=	StructureSynth-Source-v${PORTV
 MAINTAINER=	amdmi3 at FreeBSD.org
 COMMENT=	Rule-based 3D structure generator
 
-USES=		qmake zip
+USES=		qmake zip dos2unix
 USE_GL=		glu
 USE_QT4=	corelib gui opengl moc_build rcc_build xml script
 WRKSRC=		${WRKDIR}/structure-synth
-USE_DOS2UNIX=	*.cpp *.h
+DOS2UNIX_GLOB=	*.cpp *.h
 
 post-extract:
 	@${MV} "${WRKDIR}/Structure Synth Source Code" ${WRKSRC}


More information about the svn-ports-all mailing list