Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 6 Sep 2015 10:02:42 +0000 (UTC)
From:      Raphael Kubo da Costa <rakuco@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r396206 - head/x11-fonts/uw-ttyp0
Message-ID:  <201509061002.t86A2gw3073447@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
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



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201509061002.t86A2gw3073447>