diff options
Diffstat (limited to 'deskutils/gucharmap/Makefile')
-rw-r--r-- | deskutils/gucharmap/Makefile | 14 |
1 files changed, 5 insertions, 9 deletions
diff --git a/deskutils/gucharmap/Makefile b/deskutils/gucharmap/Makefile index b501a5660..7992bd01a 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$ -# +# $MCom: ports/trunk/deskutils/gucharmap/Makefile 17268 2013-04-01 05:13:11Z marcus $ PORTNAME= gucharmap PORTVERSION= 2.32.1 @@ -16,14 +12,14 @@ DIST_SUBDIR= gnome2 MAINTAINER= gnome@FreeBSD.org COMMENT= A Unicode/ISO10646 character map and font viewer -LIB_DEPENDS= rarian.0:${PORTSDIR}/textproc/rarian +LIB_DEPENDS= rarian:${PORTSDIR}/textproc/rarian CONFLICTS= gucharmap-3.[0-9]* USE_BZIP2= yes -USE_GETTEXT= yes +USES= gettext pathfix pkgconfig USE_GMAKE= yes -USE_GNOME= gnomeprefix intlhack gnomehack gtk20 gnomedocutils gconf2 +USE_GNOME= gnomeprefix intlhack gtk20 gnomedocutils gconf2 GNU_CONFIGURE= yes INSTALLS_OMF= yes USE_LDCONFIG= yes |