Date: Wed, 18 Dec 2013 11:59:15 +0000 (UTC) From: Emanuel Haupt <ehaupt@FreeBSD.org> To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r336824 - head/graphics/icat Message-ID: <201312181159.rBIBxFV5071549@svn.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: ehaupt Date: Wed Dec 18 11:59:14 2013 New Revision: 336824 URL: http://svnweb.freebsd.org/changeset/ports/336824 Log: Use dos2unix USES macro. Modified: head/graphics/icat/Makefile Modified: head/graphics/icat/Makefile ============================================================================== --- head/graphics/icat/Makefile Wed Dec 18 11:57:51 2013 (r336823) +++ head/graphics/icat/Makefile Wed Dec 18 11:59:14 2013 (r336824) @@ -8,8 +8,7 @@ CATEGORIES= graphics MAINTAINER= ehaupt@FreeBSD.org COMMENT= Displays images in 256-color capable terminals -USES= gmake -USE_DOS2UNIX= Makefile +USES= gmake dos2unix USE_EFL= imlib2 USE_GITHUB= yes GH_ACCOUNT= atextor
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201312181159.rBIBxFV5071549>