svn commit: r442274 - head/deskutils/gucharmap

Koop Mast kwm at FreeBSD.org
Thu Jun 1 05:56:44 UTC 2017


Author: kwm
Date: Thu Jun  1 05:56:42 2017
New Revision: 442274
URL: https://svnweb.freebsd.org/changeset/ports/442274

Log:
  Make this build again in poudriere, add back some missing dependancies.
  
  Reported by:	pkg-fallout@

Modified:
  head/deskutils/gucharmap/Makefile

Modified: head/deskutils/gucharmap/Makefile
==============================================================================
--- head/deskutils/gucharmap/Makefile	Thu Jun  1 03:27:37 2017	(r442273)
+++ head/deskutils/gucharmap/Makefile	Thu Jun  1 05:56:42 2017	(r442274)
@@ -18,8 +18,9 @@ BUILD_DEPENDS=	itstool:textproc/itstool \
 
 PORTSCOUT=	limitw:1,even
 
-USES=		gmake gnome libtool localbase pathfix pkgconfig tar:xz
-USE_GNOME=	cairo gdkpixbuf2 gtk30 introspection:build
+USES=		desktop-file-utils gmake gnome libtool localbase \
+		pathfix pkgconfig tar:xz
+USE_GNOME=	cairo gdkpixbuf2 gtk30 intltool introspection:build
 GNU_CONFIGURE=	yes
 CONFIGURE_ARGS=	--with-unicode-data=${LOCALBASE}/share/unicode-ucd/
 USE_LDCONFIG=	yes


More information about the svn-ports-all mailing list