diff options
author | Michael Haro <mharo@FreeBSD.org> | 1999-04-22 07:57:18 +0000 |
---|---|---|
committer | Michael Haro <mharo@FreeBSD.org> | 1999-04-22 07:57:18 +0000 |
commit | aa3374648f4630a63d9310ed6159cd4236c36d62 (patch) | |
tree | 8c8d4a4dc00cb61843a1f2ae7c7f43909142ed85 /print/gnome-print | |
parent | 19065e7ceb6293336c9107c4a53a5c95b8bd2be5 (diff) |
Notes
Diffstat (limited to 'print/gnome-print')
-rw-r--r-- | print/gnome-print/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/print/gnome-print/Makefile b/print/gnome-print/Makefile index 47397038cf20..4af531cc2eab 100644 --- a/print/gnome-print/Makefile +++ b/print/gnome-print/Makefile @@ -3,7 +3,7 @@ # Date created: 15 Jan 1999 # Whom: Vanilla I. Shu <vanilla@FreeBSD.ORG> # -# $Id: Makefile,v 1.3 1999/02/02 14:17:53 vanilla Exp $ +# $Id: Makefile,v 1.4 1999/04/08 18:08:36 steve Exp $ # DISTNAME= gnome-print-0.0.3 @@ -24,7 +24,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" post-install: |