svn commit: r336820 - head/audio/playgsf

Emanuel Haupt ehaupt at FreeBSD.org
Wed Dec 18 11:55:29 UTC 2013


Author: ehaupt
Date: Wed Dec 18 11:55:28 2013
New Revision: 336820
URL: http://svnweb.freebsd.org/changeset/ports/336820

Log:
  Use dos2unix USES macro.

Modified:
  head/audio/playgsf/Makefile

Modified: head/audio/playgsf/Makefile
==============================================================================
--- head/audio/playgsf/Makefile	Wed Dec 18 11:54:56 2013	(r336819)
+++ head/audio/playgsf/Makefile	Wed Dec 18 11:55:28 2013	(r336820)
@@ -13,8 +13,7 @@ COMMENT=	Command-line player for gsf aud
 
 LIB_DEPENDS=	libao.so:${PORTSDIR}/audio/libao
 
-USES=		gmake
-USE_DOS2UNIX=	yes
+USES=		gmake dos2unix
 GNU_CONFIGURE=	yes
 
 CFLAGS+=	-I${LOCALBASE}/include


More information about the svn-ports-all mailing list