diff options
author | Baptiste Daroussin <bapt@FreeBSD.org> | 2013-09-02 22:03:38 +0000 |
---|---|---|
committer | Baptiste Daroussin <bapt@FreeBSD.org> | 2013-09-02 22:03:38 +0000 |
commit | 2f3fa0d623bdcd62d54ce15cb63579c09a9a112d (patch) | |
tree | 631e513b3a5c47860154332bfcee7658a031c236 /deskutils | |
parent | fd2be90f232fbeb12a1b52708651be2b185a4b47 (diff) | |
download | ports-2f3fa0d623bdcd62d54ce15cb63579c09a9a112d.tar.gz ports-2f3fa0d623bdcd62d54ce15cb63579c09a9a112d.zip |
Notes
Diffstat (limited to 'deskutils')
-rw-r--r-- | deskutils/gucharmap/Makefile | 8 |
1 files changed, 2 insertions, 6 deletions
diff --git a/deskutils/gucharmap/Makefile b/deskutils/gucharmap/Makefile index 7fcdebc497ef..89422db5b742 100644 --- a/deskutils/gucharmap/Makefile +++ b/deskutils/gucharmap/Makefile @@ -1,10 +1,6 @@ -# New ports collection makefile for: gucharmap -# Date created: 02 Mar 2003 -# Whom: Joe Marcus Clarke <marcus@FreeBSD.org> -# +# Created by: Joe Marcus Clarke <marcus@FreeBSD.org> # $FreeBSD$ # $MCom: ports/deskutils/gucharmap/Makefile,v 1.75 2010/11/13 13:05:08 kwm Exp $ -# PORTNAME= gucharmap PORTVERSION= 2.32.1 @@ -19,7 +15,7 @@ COMMENT= A Unicode/ISO10646 character map and font viewer LIB_DEPENDS= rarian.0:${PORTSDIR}/textproc/rarian USE_BZIP2= yes -USES= gettext +USES= gettext pkgconfig USE_GMAKE= yes USE_GNOME= gnomeprefix intlhack gnomehack gtk20 gnomedocutils gconf2 GNU_CONFIGURE= yes |