summaryrefslogtreecommitdiff
path: root/deskutils
diff options
context:
space:
mode:
authorJoe Marcus Clarke <marcus@FreeBSD.org>2003-04-11 23:38:47 +0000
committerJoe Marcus Clarke <marcus@FreeBSD.org>2003-04-11 23:38:47 +0000
commit7f203fae3ed90eeab042dbc6dcc9eb26513ea380 (patch)
treed13dce0a316cccec1eceda91cc18c4183eec4fb4 /deskutils
parentMastersite for localized help files has changed. (diff)
* Add a missing dependency on popt [1]
* Convert to new GNOME infrastructure Reported by: bento [1]
Notes
Notes: svn path=/head/; revision=78775
Diffstat (limited to 'deskutils')
-rw-r--r--deskutils/gucharmap/Makefile6
1 files changed, 3 insertions, 3 deletions
diff --git a/deskutils/gucharmap/Makefile b/deskutils/gucharmap/Makefile
index 1707e8fca223..941ce8ac1049 100644
--- a/deskutils/gucharmap/Makefile
+++ b/deskutils/gucharmap/Makefile
@@ -7,6 +7,7 @@
PORTNAME= gucharmap
PORTVERSION= 0.4.0
+PORTREVISION= 1
CATEGORIES= misc gnome
MASTER_SITES= ${MASTER_SITE_GNOME}
MASTER_SITE_SUBDIR= sources/${PORTNAME}/0.4
@@ -15,13 +16,12 @@ DIST_SUBDIR= gnome2
MAINTAINER= marcus@FreeBSD.org
COMMENT= A Unicode/ISO10646 character map and font viewer
-LIB_DEPENDS= gtk-x11-2.0.200:${PORTSDIR}/x11-toolkits/gtk20
+LIB_DEPENDS= popt.0:${PORTSDIR}/devel/popt
USE_BZIP2= yes
USE_X_PREFIX= yes
USE_GMAKE= yes
-USE_GNOMENG= yes
-USE_GNOME= gnomeprefix gnomehack
+USE_GNOME= gnomeprefix gnomehack gtk20
USE_LIBTOOL= yes
INSTALLS_SHLIB= yes
USE_REINPLACE= yes