diff options
author | mezz <mezz@df743ca5-7f9a-e211-a948-0013205c9059> | 2008-01-20 01:41:27 +0800 |
---|---|---|
committer | mezz <mezz@df743ca5-7f9a-e211-a948-0013205c9059> | 2008-01-20 01:41:27 +0800 |
commit | dc7a3477a9b4d878017ff0075e4d532d8298f384 (patch) | |
tree | e8e65668c53a7815f217545cedacef1029e8b229 /deskutils | |
parent | b724fd4edfaee21ae13771f6c9184adc4440a6a8 (diff) | |
download | marcuscom-ports-dc7a3477a9b4d878017ff0075e4d532d8298f384.tar marcuscom-ports-dc7a3477a9b4d878017ff0075e4d532d8298f384.tar.gz marcuscom-ports-dc7a3477a9b4d878017ff0075e4d532d8298f384.tar.bz2 marcuscom-ports-dc7a3477a9b4d878017ff0075e4d532d8298f384.tar.lz marcuscom-ports-dc7a3477a9b4d878017ff0075e4d532d8298f384.tar.xz marcuscom-ports-dc7a3477a9b4d878017ff0075e4d532d8298f384.tar.zst marcuscom-ports-dc7a3477a9b4d878017ff0075e4d532d8298f384.zip |
Add a missing dependency, gconf2. Bump the PORTREVISION.
git-svn-id: svn://creme-brulee.marcuscom.com/ports/trunk@10159 df743ca5-7f9a-e211-a948-0013205c9059
Diffstat (limited to 'deskutils')
-rw-r--r-- | deskutils/gucharmap/Makefile | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/deskutils/gucharmap/Makefile b/deskutils/gucharmap/Makefile index bfd60fa1e..dd75e565c 100644 --- a/deskutils/gucharmap/Makefile +++ b/deskutils/gucharmap/Makefile @@ -3,11 +3,12 @@ # Whom: Joe Marcus Clarke <marcus@FreeBSD.org> # # $FreeBSD$ -# $MCom: ports/deskutils/gucharmap/Makefile,v 1.43 2007/12/23 09:28:04 kwm Exp $ +# $MCom: ports/deskutils/gucharmap/Makefile,v 1.44 2008/01/15 07:31:21 marcus Exp $ # PORTNAME= gucharmap PORTVERSION= 2.21.5 +PORTREVISION= 1 CATEGORIES= deskutils gnome MASTER_SITES= ${MASTER_SITE_GNOME} MASTER_SITE_SUBDIR= sources/${PORTNAME}/${PORTVERSION:C/^([0-9]+\.[0-9]+).*/\1/} @@ -22,7 +23,7 @@ USE_BZIP2= yes USE_GETTEXT= yes USE_XLIB= yes USE_GMAKE= yes -USE_GNOME= gnomeprefix intlhack gnomehack gtk20 gnomedocutils +USE_GNOME= gnomeprefix intlhack gnomehack gtk20 gnomedocutils gconf2 WANT_GNOME= yes GNU_CONFIGURE= yes INSTALLS_OMF= yes |