diff options
author | mezz <mezz@FreeBSD.org> | 2008-04-11 00:25:57 +0800 |
---|---|---|
committer | mezz <mezz@FreeBSD.org> | 2008-04-11 00:25:57 +0800 |
commit | c7beadefeb1810b8ae3bf14e3ec0dbb33f6c5976 (patch) | |
tree | 0a47dbf55da0504d3a9530669a6f0d105e456947 /editors/ghex/Makefile | |
parent | 8346e20273555109e25d6d66e76fe0c50ed93236 (diff) | |
download | freebsd-ports-gnome-c7beadefeb1810b8ae3bf14e3ec0dbb33f6c5976.tar.gz freebsd-ports-gnome-c7beadefeb1810b8ae3bf14e3ec0dbb33f6c5976.tar.zst freebsd-ports-gnome-c7beadefeb1810b8ae3bf14e3ec0dbb33f6c5976.zip |
Update to 2.22.0 and remove USE_XLIB.
Diffstat (limited to 'editors/ghex/Makefile')
-rw-r--r-- | editors/ghex/Makefile | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/editors/ghex/Makefile b/editors/ghex/Makefile index 13a4bb2ef24b..50181d00395f 100644 --- a/editors/ghex/Makefile +++ b/editors/ghex/Makefile @@ -7,7 +7,7 @@ # PORTNAME= ghex -PORTVERSION= 2.21.92 +PORTVERSION= 2.22.0 CATEGORIES= editors gnome MASTER_SITES= GNOME DIST_SUBDIR= gnome2 @@ -16,7 +16,6 @@ MAINTAINER= gnome@FreeBSD.org COMMENT= GNOME 2 hex editor USE_BZIP2= yes -USE_XLIB= yes USE_GMAKE= yes USE_GNOME= gnomeprefix gnomehack intlhack gail libgnomeprintui libgnomeui \ gnomedocutils |