svn commit: r511577 - head/textproc/rubygem-liquid-tag-parser

Mark Linimon linimon at FreeBSD.org
Sun Sep 8 14:43:04 UTC 2019


Author: linimon
Date: Sun Sep  8 14:43:03 2019
New Revision: 511577
URL: https://svnweb.freebsd.org/changeset/ports/511577

Log:
  USES=compiler is not meaningful if NO_ARCH is set.
  
  Tested on ppcdevref.
  
  Reported by:	sunpoet

Modified:
  head/textproc/rubygem-liquid-tag-parser/Makefile

Modified: head/textproc/rubygem-liquid-tag-parser/Makefile
==============================================================================
--- head/textproc/rubygem-liquid-tag-parser/Makefile	Sun Sep  8 13:47:42 2019	(r511576)
+++ head/textproc/rubygem-liquid-tag-parser/Makefile	Sun Sep  8 14:43:03 2019	(r511577)
@@ -15,7 +15,7 @@ LICENSE=	MIT
 RUN_DEPENDS=	rubygem-extras>=0.3<1:devel/rubygem-extras \
 		rubygem-liquid>=3.0<5.0:textproc/rubygem-liquid
 
-USES=		compiler:c++11-lang gem
+USES=		gem
 USE_RUBY=	yes
 
 NO_ARCH=	yes


More information about the svn-ports-all mailing list