diff options
author | Jeremy Lea <reg@FreeBSD.org> | 2000-10-05 07:10:50 +0000 |
---|---|---|
committer | Jeremy Lea <reg@FreeBSD.org> | 2000-10-05 07:10:50 +0000 |
commit | b7bdcd418e7aca3dd98409e16a4c4ae9bc289d02 (patch) | |
tree | 1b4ff069c830fd60b78ef9613fa9aa5abef69f83 /editors/ghex2 | |
parent | bebd89314e57ff34ea47724c5605a0f32c425dcf (diff) | |
download | ports-b7bdcd418e7aca3dd98409e16a4c4ae9bc289d02.tar.gz ports-b7bdcd418e7aca3dd98409e16a4c4ae9bc289d02.zip |
Notes
Diffstat (limited to 'editors/ghex2')
-rw-r--r-- | editors/ghex2/Makefile | 11 |
1 files changed, 2 insertions, 9 deletions
diff --git a/editors/ghex2/Makefile b/editors/ghex2/Makefile index 5d11a55ee75c..296760145e6d 100644 --- a/editors/ghex2/Makefile +++ b/editors/ghex2/Makefile @@ -13,22 +13,15 @@ MASTER_SITE_SUBDIR= stable/sources/ghex MAINTAINER= ade@FreeBSD.org -LIB_DEPENDS= gnome.4:${PORTSDIR}/x11/gnomelibs \ - gnomeprint.12:${PORTSDIR}/print/gnomeprint -RUN_DEPENDS= panel:${PORTSDIR}/x11/gnomecore +LIB_DEPENDS= gnomeprint.12:${PORTSDIR}/print/gnomeprint BROKEN= "Uses internals from gnomeprint that are no longer present" -GTK_CONFIG?= ${X11BASE}/bin/gtk12-config - USE_X_PREFIX= yes USE_GMAKE= yes +USE_GNOME= yes USE_LIBTOOL= yes - -CONFIGURE_ARGS= --localstatedir=${PREFIX}/share/gnome \ - --datadir=${PREFIX}/share/gnome CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include" \ - GTK_CONFIG="${GTK_CONFIG}" \ LIBS="-L${LOCALBASE}/lib" pre-patch: |