diff options
-rw-r--r-- | math/geg/Makefile | 4 | ||||
-rw-r--r-- | net/ethereal/Makefile | 8 | ||||
-rw-r--r-- | net/ggsd/Makefile | 4 | ||||
-rw-r--r-- | net/ggsd/files/patch-aa | 4 | ||||
-rw-r--r-- | net/wireshark/Makefile | 8 | ||||
-rw-r--r-- | print/gnome-print/Makefile | 4 | ||||
-rw-r--r-- | print/gnomeprint/Makefile | 4 | ||||
-rw-r--r-- | print/libgnomeprint/Makefile | 4 | ||||
-rw-r--r-- | sysutils/xwatch/Makefile | 6 |
9 files changed, 23 insertions, 23 deletions
diff --git a/math/geg/Makefile b/math/geg/Makefile index 0c79669a5350..0391e3704e6e 100644 --- a/math/geg/Makefile +++ b/math/geg/Makefile @@ -3,7 +3,7 @@ # Date created: 8 Aug 1998 # Whom: rom # -# $Id: Makefile,v 1.6 1998/12/22 07:52:51 asami Exp $ +# $Id: Makefile,v 1.7 1999/02/24 22:06:26 vanilla Exp $ # DISTNAME= geg-0.99.0 @@ -12,7 +12,7 @@ MASTER_SITES= http://www.geocities.com/SiliconValley/Park/2030/ MAINTAINER= rom_glsa@ein-hashofet.co.il -LIB_DEPENDS= gtk11d.1:${PORTSDIR}/x11-toolkits/gtk11-devel +LIB_DEPENDS= gtk12.1:${PORTSDIR}/x11-toolkits/gtk12 USE_X_PREFIX= yes USE_GMAKE= yes diff --git a/net/ethereal/Makefile b/net/ethereal/Makefile index 29fe4394c256..d26fd4dfd03d 100644 --- a/net/ethereal/Makefile +++ b/net/ethereal/Makefile @@ -3,7 +3,7 @@ # Date created: 10 August 1998 # Whom: Bill Fumerola <billf@chc-chimes.com> # -# $Id: Makefile,v 1.7 1998/11/23 18:22:53 vanilla Exp $ +# $Id: Makefile,v 1.8 1999/01/05 13:49:59 vanilla Exp $ # DISTNAME= ethereal-0.5.1 @@ -13,12 +13,12 @@ MASTER_SITES= http://ethereal.zing.org/distribution/ \ MAINTAINER= billf@FreeBSD.ORG -LIB_DEPENDS= gtk11d.1:${PORTSDIR}/x11-toolkits/gtk11-devel +LIB_DEPENDS= gtk12.1:${PORTSDIR}/x11-toolkits/gtk12 USE_X_PREFIX= yes GNU_CONFIGURE= yes -CONFIGURE_ENV= GTK_CONFIG="${X11BASE}/bin/gtk11d-config" \ - GLIB_CONFIG="${LOCALBASE}/bin/glib11d-config" +CONFIGURE_ENV= GTK_CONFIG="${X11BASE}/bin/gtk12-config" \ + GLIB_CONFIG="${LOCALBASE}/bin/glib12-config" MAN1= ethereal.1 diff --git a/net/ggsd/Makefile b/net/ggsd/Makefile index 5fc07178b3b4..be1367f2c70d 100644 --- a/net/ggsd/Makefile +++ b/net/ggsd/Makefile @@ -3,7 +3,7 @@ # Date created: 14 February 1999 # Whom: Dima Sivachenko <dima@chg.ru> # -# $Id: Makefile,v 1.1.1.1 1999/02/27 18:04:08 billf Exp $ +# $Id: Makefile,v 1.2 1999/02/27 19:32:09 billf Exp $ # DISTNAME= ggsd @@ -16,7 +16,7 @@ EXTRACT_SUFX= .tar MAINTAINER= dima@chg.ru -LIB_DEPENDS= gtk11.1:${PORTSDIR}/x11-toolkits/gtk11 +LIB_DEPENDS= gtk12.1:${PORTSDIR}/x11-toolkits/gtk12 WRKSRC= ${WRKDIR}/GGSD EXTRACT_CMD= ${TAR} diff --git a/net/ggsd/files/patch-aa b/net/ggsd/files/patch-aa index e1d93ee71449..8fe37df8a479 100644 --- a/net/ggsd/files/patch-aa +++ b/net/ggsd/files/patch-aa @@ -5,7 +5,7 @@ -CFLAGS=-Wall -O -DUSE_GUI `gtk-config --cflags` -DVERSION=\"0.1\" -LIBS=`gtk-config --libs` +CFLAGS?=-O -+CFLAGS+=-Wall -DUSE_GUI `gtk11-config --cflags` -DVERSION=\"0.1\" -+LIBS=`gtk11-config --libs` ++CFLAGS+=-Wall -DUSE_GUI `gtk12-config --cflags` -DVERSION=\"0.1\" ++LIBS=`gtk12-config --libs` all: diff --git a/net/wireshark/Makefile b/net/wireshark/Makefile index 29fe4394c256..d26fd4dfd03d 100644 --- a/net/wireshark/Makefile +++ b/net/wireshark/Makefile @@ -3,7 +3,7 @@ # Date created: 10 August 1998 # Whom: Bill Fumerola <billf@chc-chimes.com> # -# $Id: Makefile,v 1.7 1998/11/23 18:22:53 vanilla Exp $ +# $Id: Makefile,v 1.8 1999/01/05 13:49:59 vanilla Exp $ # DISTNAME= ethereal-0.5.1 @@ -13,12 +13,12 @@ MASTER_SITES= http://ethereal.zing.org/distribution/ \ MAINTAINER= billf@FreeBSD.ORG -LIB_DEPENDS= gtk11d.1:${PORTSDIR}/x11-toolkits/gtk11-devel +LIB_DEPENDS= gtk12.1:${PORTSDIR}/x11-toolkits/gtk12 USE_X_PREFIX= yes GNU_CONFIGURE= yes -CONFIGURE_ENV= GTK_CONFIG="${X11BASE}/bin/gtk11d-config" \ - GLIB_CONFIG="${LOCALBASE}/bin/glib11d-config" +CONFIGURE_ENV= GTK_CONFIG="${X11BASE}/bin/gtk12-config" \ + GLIB_CONFIG="${LOCALBASE}/bin/glib12-config" MAN1= ethereal.1 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: diff --git a/print/gnomeprint/Makefile b/print/gnomeprint/Makefile index 47397038cf20..4af531cc2eab 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 47397038cf20..4af531cc2eab 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: diff --git a/sysutils/xwatch/Makefile b/sysutils/xwatch/Makefile index 4c5751dda027..5a6a9e2c83de 100644 --- a/sysutils/xwatch/Makefile +++ b/sysutils/xwatch/Makefile @@ -3,7 +3,7 @@ # Date created: 17 July 1998 # Whom: mph # -# $Id: Makefile,v 1.4 1998/09/22 22:55:55 asami Exp $ +# $Id: Makefile,v 1.5 1998/12/08 16:21:12 vanilla Exp $ # DISTNAME= xwatch-0.1.0 @@ -12,11 +12,11 @@ MASTER_SITES= http://hem.passagen.se/osk/ MAINTAINER= mph@freebsd.org -LIB_DEPENDS= gtk11.1:${PORTSDIR}/x11-toolkits/gtk11 +LIB_DEPENDS= gtk12.1:${PORTSDIR}/x11-toolkits/gtk12 USE_XLIB= yes GNU_CONFIGURE= yes -CONFIGURE_ENV= GTK_CONFIG="${X11BASE}/bin/gtk11-config" +CONFIGURE_ENV= GTK_CONFIG="${X11BASE}/bin/gtk12-config" post-install: .if !defined(NOPORTDOCS) |