Date: Thu, 8 May 2014 13:46:15 +0000 (UTC) From: Dmitry Marakasov <amdmi3@FreeBSD.org> To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r353298 - head/graphics/structuresynth Message-ID: <201405081346.s48DkFRS025636@svn.freebsd.org>
next in thread | raw e-mail | index | archive | help
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@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}
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201405081346.s48DkFRS025636>