Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 24 Dec 2017 08:54:10 +0000 (UTC)
From:      Niclas Zeising <zeising@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r457132 - head/x11-fonts/bdftopcf
Message-ID:  <201712240854.vBO8sAhM074904@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: zeising
Date: Sun Dec 24 08:54:09 2017
New Revision: 457132
URL: https://svnweb.freebsd.org/changeset/ports/457132

Log:
  Fix build.  Add missing USES=localbase.
  
  Apologies for the breakage.

Modified:
  head/x11-fonts/bdftopcf/Makefile

Modified: head/x11-fonts/bdftopcf/Makefile
==============================================================================
--- head/x11-fonts/bdftopcf/Makefile	Sun Dec 24 08:49:05 2017	(r457131)
+++ head/x11-fonts/bdftopcf/Makefile	Sun Dec 24 08:54:09 2017	(r457132)
@@ -8,6 +8,8 @@ CATEGORIES=	x11-fonts
 MAINTAINER=	x11@FreeBSD.org
 COMMENT=	Convert X font from BDF to PCF
 
+USES=		localbase
+
 XORG_CAT=	app
 USE_XORG=	fontsproto xproto
 



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