svn commit: r396206 - head/x11-fonts/uw-ttyp0

Raphael Kubo da Costa rakuco at FreeBSD.org
Sun Sep 6 10:02:42 UTC 2015


Author: rakuco
Date: Sun Sep  6 10:02:41 2015
New Revision: 396206
URL: https://svnweb.freebsd.org/changeset/ports/396206

Log:
  Add missing USES=perl5.
  
  USE_PERL5=build is not enough, and I should have tested this in poudriere...

Modified:
  head/x11-fonts/uw-ttyp0/Makefile

Modified: head/x11-fonts/uw-ttyp0/Makefile
==============================================================================
--- head/x11-fonts/uw-ttyp0/Makefile	Sun Sep  6 10:00:24 2015	(r396205)
+++ head/x11-fonts/uw-ttyp0/Makefile	Sun Sep  6 10:02:41 2015	(r396206)
@@ -17,8 +17,8 @@ LICENSE_PERMS_TTYP0=	dist-mirror dist-se
 BUILD_DEPENDS=	bdftopcf:${PORTSDIR}/x11-fonts/bdftopcf
 
 HAS_CONFIGURE=	yes
+USES=		fonts gmake perl5
 USE_PERL5=	build
-USES=		fonts gmake
 
 # Passing --prefix and --pcfdir to the configure script does not work: it is a
 # homebrewed script that relies on features only present in expr(1) from GNU


More information about the svn-ports-all mailing list