diff options
author | steve <steve@FreeBSD.org> | 1999-05-29 11:56:15 +0800 |
---|---|---|
committer | steve <steve@FreeBSD.org> | 1999-05-29 11:56:15 +0800 |
commit | ff2c6bac0ded6793103b12ed47ec261ee75b026f (patch) | |
tree | 5d44c4203ffb617246e3922b0cbae09608e0e203 /editors | |
parent | 09dcfd52af329c174b5aedbac6986cf817fe17d5 (diff) | |
download | freebsd-ports-gnome-ff2c6bac0ded6793103b12ed47ec261ee75b026f.tar.gz freebsd-ports-gnome-ff2c6bac0ded6793103b12ed47ec261ee75b026f.tar.zst freebsd-ports-gnome-ff2c6bac0ded6793103b12ed47ec261ee75b026f.zip |
Update to use gtk version 1.2.3.
PR: 11842
Submitted by: Jeremy Lea <reg@shale.csir.co.za>
Diffstat (limited to 'editors')
-rw-r--r-- | editors/AbiWord/Makefile | 4 | ||||
-rw-r--r-- | editors/AbiWord2/Makefile | 4 | ||||
-rw-r--r-- | editors/abiword-devel/Makefile | 4 | ||||
-rw-r--r-- | editors/abiword/Makefile | 4 | ||||
-rw-r--r-- | editors/gnotepad+/Makefile | 8 | ||||
-rw-r--r-- | editors/gxedit/Makefile | 4 |
6 files changed, 15 insertions, 13 deletions
diff --git a/editors/AbiWord/Makefile b/editors/AbiWord/Makefile index 95c88e1b823e..0b1d2f08a739 100644 --- a/editors/AbiWord/Makefile +++ b/editors/AbiWord/Makefile @@ -3,7 +3,7 @@ # Date created: 3 Mar 1999 # Whom: Donald Burr <dburr@FreeBSD.ORG> # -# $Id: Makefile,v 1.1.1.1 1999/05/04 12:26:01 dburr Exp $ +# $Id: Makefile,v 1.2 1999/05/12 05:20:46 asami Exp $ # DISTNAME= abi-0.5.5-src @@ -16,7 +16,7 @@ DISTFILES= ${DISTNAME}${EXTRACT_SUFX} expat.tar.gz \ MAINTAINER= dburr@FreeBSD.ORG BUILD_DEPENDS= bash:${PORTSDIR}/shells/bash2 -LIB_DEPENDS= gtk12.1:${PORTSDIR}/x11-toolkits/gtk12 \ +LIB_DEPENDS= gtk12.2:${PORTSDIR}/x11-toolkits/gtk12 \ png.3:${PORTSDIR}/graphics/png RUN_DEPENDS= ispell:${PORTSDIR}/textproc/ispell diff --git a/editors/AbiWord2/Makefile b/editors/AbiWord2/Makefile index 95c88e1b823e..0b1d2f08a739 100644 --- a/editors/AbiWord2/Makefile +++ b/editors/AbiWord2/Makefile @@ -3,7 +3,7 @@ # Date created: 3 Mar 1999 # Whom: Donald Burr <dburr@FreeBSD.ORG> # -# $Id: Makefile,v 1.1.1.1 1999/05/04 12:26:01 dburr Exp $ +# $Id: Makefile,v 1.2 1999/05/12 05:20:46 asami Exp $ # DISTNAME= abi-0.5.5-src @@ -16,7 +16,7 @@ DISTFILES= ${DISTNAME}${EXTRACT_SUFX} expat.tar.gz \ MAINTAINER= dburr@FreeBSD.ORG BUILD_DEPENDS= bash:${PORTSDIR}/shells/bash2 -LIB_DEPENDS= gtk12.1:${PORTSDIR}/x11-toolkits/gtk12 \ +LIB_DEPENDS= gtk12.2:${PORTSDIR}/x11-toolkits/gtk12 \ png.3:${PORTSDIR}/graphics/png RUN_DEPENDS= ispell:${PORTSDIR}/textproc/ispell diff --git a/editors/abiword-devel/Makefile b/editors/abiword-devel/Makefile index 95c88e1b823e..0b1d2f08a739 100644 --- a/editors/abiword-devel/Makefile +++ b/editors/abiword-devel/Makefile @@ -3,7 +3,7 @@ # Date created: 3 Mar 1999 # Whom: Donald Burr <dburr@FreeBSD.ORG> # -# $Id: Makefile,v 1.1.1.1 1999/05/04 12:26:01 dburr Exp $ +# $Id: Makefile,v 1.2 1999/05/12 05:20:46 asami Exp $ # DISTNAME= abi-0.5.5-src @@ -16,7 +16,7 @@ DISTFILES= ${DISTNAME}${EXTRACT_SUFX} expat.tar.gz \ MAINTAINER= dburr@FreeBSD.ORG BUILD_DEPENDS= bash:${PORTSDIR}/shells/bash2 -LIB_DEPENDS= gtk12.1:${PORTSDIR}/x11-toolkits/gtk12 \ +LIB_DEPENDS= gtk12.2:${PORTSDIR}/x11-toolkits/gtk12 \ png.3:${PORTSDIR}/graphics/png RUN_DEPENDS= ispell:${PORTSDIR}/textproc/ispell diff --git a/editors/abiword/Makefile b/editors/abiword/Makefile index 95c88e1b823e..0b1d2f08a739 100644 --- a/editors/abiword/Makefile +++ b/editors/abiword/Makefile @@ -3,7 +3,7 @@ # Date created: 3 Mar 1999 # Whom: Donald Burr <dburr@FreeBSD.ORG> # -# $Id: Makefile,v 1.1.1.1 1999/05/04 12:26:01 dburr Exp $ +# $Id: Makefile,v 1.2 1999/05/12 05:20:46 asami Exp $ # DISTNAME= abi-0.5.5-src @@ -16,7 +16,7 @@ DISTFILES= ${DISTNAME}${EXTRACT_SUFX} expat.tar.gz \ MAINTAINER= dburr@FreeBSD.ORG BUILD_DEPENDS= bash:${PORTSDIR}/shells/bash2 -LIB_DEPENDS= gtk12.1:${PORTSDIR}/x11-toolkits/gtk12 \ +LIB_DEPENDS= gtk12.2:${PORTSDIR}/x11-toolkits/gtk12 \ png.3:${PORTSDIR}/graphics/png RUN_DEPENDS= ispell:${PORTSDIR}/textproc/ispell diff --git a/editors/gnotepad+/Makefile b/editors/gnotepad+/Makefile index 03b6389d11f5..46baefd6d804 100644 --- a/editors/gnotepad+/Makefile +++ b/editors/gnotepad+/Makefile @@ -3,7 +3,7 @@ # Date created: 08-March-1999 # Whom: brett@peloton.physics.montana.edu # -# $Id: Makefile,v 1.1.1.1 1999/04/30 08:33:54 taoka Exp $ +# $Id: Makefile,v 1.2 1999/05/09 16:29:36 steve Exp $ # DISTNAME= gnotepad+-1.1.4 @@ -13,10 +13,12 @@ MASTER_SITES= http://ack.netpedia.net/gnp/ MAINTAINER= brett@peloton.physics.montana.edu LIB_DEPENDS= Xpm.4:${PORTSDIR}/graphics/xpm \ - gtk12.1:${PORTSDIR}/x11-toolkits/gtk12 + gtk12.2:${PORTSDIR}/x11-toolkits/gtk12 + +GTK_CONFIG?= ${X11BASE}/bin/gtk12-config GNU_CONFIGURE= yes -CONFIGURE_ENV= GTK_CONFIG="${X11BASE}/bin/gtk12-config" +CONFIGURE_ENV= GTK_CONFIG="${GTK_CONFIG}" MAN1= gnp.1 diff --git a/editors/gxedit/Makefile b/editors/gxedit/Makefile index b3552125a9c9..ba43bbcfeb07 100644 --- a/editors/gxedit/Makefile +++ b/editors/gxedit/Makefile @@ -3,7 +3,7 @@ # Date created: 01 Jul 1998 # Whom: Dom Mitchell <dom@myrddin.demon.co.uk> # -# $Id: Makefile,v 1.19 1999/03/24 17:41:04 steve Exp $ +# $Id: Makefile,v 1.20 1999/04/16 10:38:30 kris Exp $ # DISTNAME= GXedit1.23 @@ -13,7 +13,7 @@ MASTER_SITES= http://devplanet.fastethernet.net/ MAINTAINER= dom@myrddin.demon.co.uk -LIB_DEPENDS= gtk12.1:${PORTSDIR}/x11-toolkits/gtk12 +LIB_DEPENDS= gtk12.2:${PORTSDIR}/x11-toolkits/gtk12 USE_X_PREFIX= yes ALL_TARGET= gxedit |