diff options
author | mezz <mezz@df743ca5-7f9a-e211-a948-0013205c9059> | 2007-10-11 12:06:59 +0800 |
---|---|---|
committer | mezz <mezz@df743ca5-7f9a-e211-a948-0013205c9059> | 2007-10-11 12:06:59 +0800 |
commit | 7fe42165e5ea145a81f9c5003d5de460268754a9 (patch) | |
tree | 37e6f0960e6016a4ec5be076a19306f951546044 /editors/ghex | |
parent | 764f2c516c874e77ffc0cbd9ce894767742b93bc (diff) | |
download | marcuscom-ports-7fe42165e5ea145a81f9c5003d5de460268754a9.tar marcuscom-ports-7fe42165e5ea145a81f9c5003d5de460268754a9.tar.gz marcuscom-ports-7fe42165e5ea145a81f9c5003d5de460268754a9.tar.bz2 marcuscom-ports-7fe42165e5ea145a81f9c5003d5de460268754a9.tar.lz marcuscom-ports-7fe42165e5ea145a81f9c5003d5de460268754a9.tar.xz marcuscom-ports-7fe42165e5ea145a81f9c5003d5de460268754a9.tar.zst marcuscom-ports-7fe42165e5ea145a81f9c5003d5de460268754a9.zip |
Add a missing dependency, gnomedocutils. Bump it.
git-svn-id: svn://creme-brulee.marcuscom.com/ports/trunk@9771 df743ca5-7f9a-e211-a948-0013205c9059
Diffstat (limited to 'editors/ghex')
-rw-r--r-- | editors/ghex/Makefile | 6 |
1 files changed, 4 insertions, 2 deletions
diff --git a/editors/ghex/Makefile b/editors/ghex/Makefile index 4d9e0bfd4..f7f7ee01e 100644 --- a/editors/ghex/Makefile +++ b/editors/ghex/Makefile @@ -3,11 +3,12 @@ # Whom: Joe Marcus Clarke <marcus@FreeBSD.org> # # $FreeBSD$ -# $MCom: ports/editors/ghex/Makefile,v 1.5 2007/08/28 18:21:00 marcus Exp $ +# $MCom: ports/editors/ghex/Makefile,v 1.6 2007/09/18 02:04:59 ahze Exp $ # PORTNAME= ghex PORTVERSION= 2.20.0 +PORTREVISION= 1 CATEGORIES= editors gnome MASTER_SITES= GNOME DIST_SUBDIR= gnome2 @@ -18,7 +19,8 @@ COMMENT= GNOME 2 hex editor USE_BZIP2= yes USE_XLIB= yes USE_GMAKE= yes -USE_GNOME= gnomeprefix gnomehack intlhack gail libgnomeprintui libgnomeui +USE_GNOME= gnomeprefix gnomehack intlhack gail libgnomeprintui libgnomeui \ + gnomedocutils USE_GETTEXT= yes GNU_CONFIGURE= yes INSTALLS_ICONS= yes |