diff options
author | mharo <mharo@FreeBSD.org> | 1999-04-22 07:57:18 +0000 |
---|---|---|
committer | mharo <mharo@FreeBSD.org> | 1999-04-22 07:57:18 +0000 |
commit | 66cb5594d933c05d7f994b8c720b80cee9a06123 (patch) | |
tree | 4394958d94bf559d99ee87df55cb460ed8019423 /print | |
parent | 0e6225157271ba2f410d476e2356b79c310f2659 (diff) | |
download | FreeBSD-ports-66cb5594d933c05d7f994b8c720b80cee9a06123.zip FreeBSD-ports-66cb5594d933c05d7f994b8c720b80cee9a06123.tar.gz |
gtk11 -> gtk12
Diffstat (limited to 'print')
-rw-r--r-- | print/gnome-print/Makefile | 4 | ||||
-rw-r--r-- | print/gnomeprint/Makefile | 4 | ||||
-rw-r--r-- | print/libgnomeprint/Makefile | 4 |
3 files changed, 6 insertions, 6 deletions
diff --git a/print/gnome-print/Makefile b/print/gnome-print/Makefile index 4739703..4af531c 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: diff --git a/print/gnomeprint/Makefile b/print/gnomeprint/Makefile index 4739703..4af531c 100644 --- a/print/gnomeprint/Makefile +++ b/print/gnomeprint/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: diff --git a/print/libgnomeprint/Makefile b/print/libgnomeprint/Makefile index 4739703..4af531c 100644 --- a/print/libgnomeprint/Makefile +++ b/print/libgnomeprint/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: |