diff options
author | miwi <miwi@FreeBSD.org> | 2014-05-26 19:50:39 +0800 |
---|---|---|
committer | miwi <miwi@FreeBSD.org> | 2014-05-26 19:50:39 +0800 |
commit | 21ab539830f5cf4f3d3a5120855c242bd1aef2c3 (patch) | |
tree | 673839a618b137b447bd953ded492dca1ead2470 /deskutils/gucharmap/Makefile | |
parent | f131e11b107bfa1bb46ee8724648abd27a85e30b (diff) | |
download | freebsd-ports-gnome-21ab539830f5cf4f3d3a5120855c242bd1aef2c3.tar.gz freebsd-ports-gnome-21ab539830f5cf4f3d3a5120855c242bd1aef2c3.tar.zst freebsd-ports-gnome-21ab539830f5cf4f3d3a5120855c242bd1aef2c3.zip |
- Convert gmake,bzip to USES
Approved by: portmgr (myself)
Diffstat (limited to 'deskutils/gucharmap/Makefile')
-rw-r--r-- | deskutils/gucharmap/Makefile | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/deskutils/gucharmap/Makefile b/deskutils/gucharmap/Makefile index ee8a8e3a82a6..d190d161e08a 100644 --- a/deskutils/gucharmap/Makefile +++ b/deskutils/gucharmap/Makefile @@ -14,9 +14,7 @@ COMMENT= A Unicode/ISO10646 character map and font viewer LIB_DEPENDS= librarian.so:${PORTSDIR}/textproc/rarian -USE_BZIP2= yes -USES= gettext pkgconfig -USE_GMAKE= yes +USES= gettext pkgconfig gmake tar:bzip2 USE_GNOME= gnomeprefix intlhack gnomehack gtk20 gnomedocutils gconf2 GNU_CONFIGURE= yes INSTALLS_OMF= yes |