diff options
author | Ade Lovett <ade@FreeBSD.org> | 2000-09-28 18:02:30 +0000 |
---|---|---|
committer | Ade Lovett <ade@FreeBSD.org> | 2000-09-28 18:02:30 +0000 |
commit | 8c465b51879dca2a0696ddca2f8f07a423d6d12d (patch) | |
tree | 8b6a3cbb21c5c3671383fc70023ecc58a2585bc0 /editors/ghex | |
parent | Update to 0.9.1, using required new gnomeprint (diff) |
Chase new gnomeprint. Sadly, this one needs a bunch of work by
the authors, so it's currently marked broken.
Diffstat (limited to 'editors/ghex')
-rw-r--r-- | editors/ghex/Makefile | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/editors/ghex/Makefile b/editors/ghex/Makefile index e3b7d9043191..5d11a55ee75c 100644 --- a/editors/ghex/Makefile +++ b/editors/ghex/Makefile @@ -14,9 +14,11 @@ MASTER_SITE_SUBDIR= stable/sources/ghex MAINTAINER= ade@FreeBSD.org LIB_DEPENDS= gnome.4:${PORTSDIR}/x11/gnomelibs \ - gnomeprint.9:${PORTSDIR}/print/gnomeprint + gnomeprint.12:${PORTSDIR}/print/gnomeprint RUN_DEPENDS= panel:${PORTSDIR}/x11/gnomecore +BROKEN= "Uses internals from gnomeprint that are no longer present" + GTK_CONFIG?= ${X11BASE}/bin/gtk12-config USE_X_PREFIX= yes |