diff options
author | nectar <nectar@FreeBSD.org> | 1999-03-15 18:30:06 +0000 |
---|---|---|
committer | nectar <nectar@FreeBSD.org> | 1999-03-15 18:30:06 +0000 |
commit | 7667e1d5e923c20a2442470ff68656c178dbece1 (patch) | |
tree | 6beadfe92caf6ee65055c6e07d861093de319855 /x11 | |
parent | 1d418c2038804a38410b19e470c027138346e53e (diff) | |
download | FreeBSD-ports-7667e1d5e923c20a2442470ff68656c178dbece1.zip FreeBSD-ports-7667e1d5e923c20a2442470ff68656c178dbece1.tar.gz |
Bump imlib library version since it now depends upon GTK 1.2 instead of 1.1.
libgdk_imlib.so.2 -> libgdk_imlib.so.3
libImlib.so.2 -> libImlib.so.3
Diffstat (limited to 'x11')
-rw-r--r-- | x11/eterm/Makefile | 4 | ||||
-rw-r--r-- | x11/gnome-libs/Makefile | 4 | ||||
-rw-r--r-- | x11/gnomelibs/Makefile | 4 | ||||
-rw-r--r-- | x11/libgnome/Makefile | 4 |
4 files changed, 8 insertions, 8 deletions
diff --git a/x11/eterm/Makefile b/x11/eterm/Makefile index 6806872..10bb4ca 100644 --- a/x11/eterm/Makefile +++ b/x11/eterm/Makefile @@ -3,7 +3,7 @@ # Date created: 24 November 1997 # Whom: Murray Stokely <murray@cdrom.com> # -# $Id: Makefile,v 1.14 1999/02/22 04:09:33 steve Exp $ +# $Id: Makefile,v 1.15 1999/02/22 10:27:41 steve Exp $ # DISTNAME= Eterm-0.8.8 @@ -18,7 +18,7 @@ MASTER_SITES= ftp://ftp.eterm.org/pub/Eterm/ \ MAINTAINER= murray@cdrom.com BUILD_DEPENDS= libtool:${PORTSDIR}/devel/libtool -LIB_DEPENDS= Imlib.2:${PORTSDIR}/graphics/imlib +LIB_DEPENDS= Imlib.3:${PORTSDIR}/graphics/imlib USE_GMAKE= yes USE_X_PREFIX= yes diff --git a/x11/gnome-libs/Makefile b/x11/gnome-libs/Makefile index a4e7ce5..fb12ba1 100644 --- a/x11/gnome-libs/Makefile +++ b/x11/gnome-libs/Makefile @@ -3,7 +3,7 @@ # Date created: 17 June 1998 # Whom: Yukihiro Nakai <Nakai@technologist.com> # -# $Id: Makefile,v 1.33 1999/03/09 01:09:05 nectar Exp $ +# $Id: Makefile,v 1.34 1999/03/15 02:04:17 nectar Exp $ # DISTNAME= gnome-libs-1.0.3 @@ -14,7 +14,7 @@ MASTER_SITE_SUBDIR= gnome-1.0/sources MAINTAINER= nacai@iname.com -LIB_DEPENDS= gdk_imlib.2:${PORTSDIR}/graphics/imlib \ +LIB_DEPENDS= gdk_imlib.3:${PORTSDIR}/graphics/imlib \ Xpm.4:${PORTSDIR}/graphics/xpm \ ORBit.1:${PORTSDIR}/devel/ORBit \ esd.1:${PORTSDIR}/audio/esound diff --git a/x11/gnomelibs/Makefile b/x11/gnomelibs/Makefile index a4e7ce5..fb12ba1 100644 --- a/x11/gnomelibs/Makefile +++ b/x11/gnomelibs/Makefile @@ -3,7 +3,7 @@ # Date created: 17 June 1998 # Whom: Yukihiro Nakai <Nakai@technologist.com> # -# $Id: Makefile,v 1.33 1999/03/09 01:09:05 nectar Exp $ +# $Id: Makefile,v 1.34 1999/03/15 02:04:17 nectar Exp $ # DISTNAME= gnome-libs-1.0.3 @@ -14,7 +14,7 @@ MASTER_SITE_SUBDIR= gnome-1.0/sources MAINTAINER= nacai@iname.com -LIB_DEPENDS= gdk_imlib.2:${PORTSDIR}/graphics/imlib \ +LIB_DEPENDS= gdk_imlib.3:${PORTSDIR}/graphics/imlib \ Xpm.4:${PORTSDIR}/graphics/xpm \ ORBit.1:${PORTSDIR}/devel/ORBit \ esd.1:${PORTSDIR}/audio/esound diff --git a/x11/libgnome/Makefile b/x11/libgnome/Makefile index a4e7ce5..fb12ba1 100644 --- a/x11/libgnome/Makefile +++ b/x11/libgnome/Makefile @@ -3,7 +3,7 @@ # Date created: 17 June 1998 # Whom: Yukihiro Nakai <Nakai@technologist.com> # -# $Id: Makefile,v 1.33 1999/03/09 01:09:05 nectar Exp $ +# $Id: Makefile,v 1.34 1999/03/15 02:04:17 nectar Exp $ # DISTNAME= gnome-libs-1.0.3 @@ -14,7 +14,7 @@ MASTER_SITE_SUBDIR= gnome-1.0/sources MAINTAINER= nacai@iname.com -LIB_DEPENDS= gdk_imlib.2:${PORTSDIR}/graphics/imlib \ +LIB_DEPENDS= gdk_imlib.3:${PORTSDIR}/graphics/imlib \ Xpm.4:${PORTSDIR}/graphics/xpm \ ORBit.1:${PORTSDIR}/devel/ORBit \ esd.1:${PORTSDIR}/audio/esound |