aboutsummaryrefslogtreecommitdiffstats
path: root/deskutils
diff options
context:
space:
mode:
authormarcus <marcus@FreeBSD.org>2003-04-12 07:38:47 +0800
committermarcus <marcus@FreeBSD.org>2003-04-12 07:38:47 +0800
commit9acd44a1e0aefeeadf1f153b724d9ea18587d7bf (patch)
tree6ca28c35c48b47dc45416a5ae80ad7d7512673e4 /deskutils
parent2d5bc6464e65029d6a891681bb5663ec2e484a74 (diff)
downloadfreebsd-ports-gnome-9acd44a1e0aefeeadf1f153b724d9ea18587d7bf.tar.gz
freebsd-ports-gnome-9acd44a1e0aefeeadf1f153b724d9ea18587d7bf.tar.zst
freebsd-ports-gnome-9acd44a1e0aefeeadf1f153b724d9ea18587d7bf.zip
* Add a missing dependency on popt [1]
* Convert to new GNOME infrastructure Reported by: bento [1]
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