diff options
author | Koop Mast <kwm@FreeBSD.org> | 2017-06-01 05:56:42 +0000 |
---|---|---|
committer | Koop Mast <kwm@FreeBSD.org> | 2017-06-01 05:56:42 +0000 |
commit | 5fdf335890449c165601c446c90b99fa04063d9c (patch) | |
tree | 692f22e621f4443dbece82b28cc7e46174eb1a29 /deskutils/gucharmap | |
parent | 53ceb69a8b2ebcdff68f050065c156292f8748d0 (diff) |
Make this build again in poudriere, add back some missing dependancies.
Reported by: pkg-fallout@
Notes
Notes:
svn path=/head/; revision=442274
Diffstat (limited to 'deskutils/gucharmap')
-rw-r--r-- | deskutils/gucharmap/Makefile | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/deskutils/gucharmap/Makefile b/deskutils/gucharmap/Makefile index dd2992a245f6..08ed7379bc20 100644 --- a/deskutils/gucharmap/Makefile +++ b/deskutils/gucharmap/Makefile @@ -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 |