summaryrefslogtreecommitdiff
path: root/print/ggv/Makefile
diff options
context:
space:
mode:
authorMichael Haro <mharo@FreeBSD.org>1999-04-26 21:18:18 +0000
committerMichael Haro <mharo@FreeBSD.org>1999-04-26 21:18:18 +0000
commit4bdda19ad4eee75c67a5214c98832f881e1bcc65 (patch)
tree436dc6abc2957745966372955d4aa52e2b09359e /print/ggv/Makefile
parentupdate port and use gtk12 (diff)
s/gtk11d/gtk12/g *finally done with gtk11d* (for real this time)
Notes
Notes: svn path=/head/; revision=18142
Diffstat (limited to 'print/ggv/Makefile')
-rw-r--r--print/ggv/Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/print/ggv/Makefile b/print/ggv/Makefile
index f6f9fb8b4eb7..8c4088bcc499 100644
--- a/print/ggv/Makefile
+++ b/print/ggv/Makefile
@@ -3,7 +3,7 @@
# Date created: 21 August 1998
# Whom: Yukihiro Nakai <Nakai@technologist.com>
#
-# $Id: Makefile,v 1.5 1999/02/02 13:04:05 vanilla Exp $
+# $Id: Makefile,v 1.6 1999/04/08 18:08:35 steve Exp $
#
DISTNAME= ggv-0.26
@@ -25,7 +25,7 @@ CONFIGURE_ARGS= --localstatedir=${PREFIX}/share/gnome \
--datadir=${PREFIX}/share/gnome \
--with-gnome=${X11BASE}
CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include -I${X11BASE}/include" \
- GTK_CONFIG="${X11BASE}/bin/gtk11d-config" \
+ GTK_CONFIG="${X11BASE}/bin/gtk12-config" \
LIBS="-L${LOCALBASE}/lib -L${X11BASE}/lib -lxpg4"
.include <bsd.port.mk>