diff options
author | nakai <nakai@FreeBSD.org> | 1999-10-08 03:30:33 +0000 |
---|---|---|
committer | nakai <nakai@FreeBSD.org> | 1999-10-08 03:30:33 +0000 |
commit | 950e05b10ef50417a141d87b3a18474e600dda31 (patch) | |
tree | 8fb7b4a8cdb2df58827b5c4deaa4b428511fe07b /x11-toolkits | |
parent | 6a2cbeb0bf841d3861e714fba4bdafeddea71c50 (diff) | |
download | FreeBSD-ports-950e05b10ef50417a141d87b3a18474e600dda31.zip FreeBSD-ports-950e05b10ef50417a141d87b3a18474e600dda31.tar.gz |
Use updated imlib library.
Diffstat (limited to 'x11-toolkits')
-rw-r--r-- | x11-toolkits/gtk-engines/Makefile | 2 | ||||
-rw-r--r-- | x11-toolkits/gtk-engines2/Makefile | 2 | ||||
-rw-r--r-- | x11-toolkits/p5-Gtk/Makefile | 2 | ||||
-rw-r--r-- | x11-toolkits/py-gtk/Makefile | 2 | ||||
-rw-r--r-- | x11-toolkits/py-gtk2/Makefile | 2 | ||||
-rw-r--r-- | x11-toolkits/ruby-gtk/Makefile | 2 | ||||
-rw-r--r-- | x11-toolkits/ruby-gtk2/Makefile | 2 |
7 files changed, 7 insertions, 7 deletions
diff --git a/x11-toolkits/gtk-engines/Makefile b/x11-toolkits/gtk-engines/Makefile index 1ebfda8..ad4d971 100644 --- a/x11-toolkits/gtk-engines/Makefile +++ b/x11-toolkits/gtk-engines/Makefile @@ -13,7 +13,7 @@ MASTER_SITE_SUBDIR= sources/gtk-engines MAINTAINER= vanilla@FreeBSD.org -LIB_DEPENDS= gdk_imlib.4:${PORTSDIR}/graphics/imlib +LIB_DEPENDS= gdk_imlib.5:${PORTSDIR}/graphics/imlib GTK_CONFIG?= ${X11BASE}/bin/gtk12-config diff --git a/x11-toolkits/gtk-engines2/Makefile b/x11-toolkits/gtk-engines2/Makefile index 1ebfda8..ad4d971 100644 --- a/x11-toolkits/gtk-engines2/Makefile +++ b/x11-toolkits/gtk-engines2/Makefile @@ -13,7 +13,7 @@ MASTER_SITE_SUBDIR= sources/gtk-engines MAINTAINER= vanilla@FreeBSD.org -LIB_DEPENDS= gdk_imlib.4:${PORTSDIR}/graphics/imlib +LIB_DEPENDS= gdk_imlib.5:${PORTSDIR}/graphics/imlib GTK_CONFIG?= ${X11BASE}/bin/gtk12-config diff --git a/x11-toolkits/p5-Gtk/Makefile b/x11-toolkits/p5-Gtk/Makefile index 1614d1d..dd68c85 100644 --- a/x11-toolkits/p5-Gtk/Makefile +++ b/x11-toolkits/p5-Gtk/Makefile @@ -15,7 +15,7 @@ MASTER_SITE_SUBDIR= Gtk MAINTAINER= vanilla@FreeBSD.org -LIB_DEPENDS= gdk_imlib.4:${PORTSDIR}/graphics/imlib +LIB_DEPENDS= gdk_imlib.5:${PORTSDIR}/graphics/imlib USE_PERL5= YES diff --git a/x11-toolkits/py-gtk/Makefile b/x11-toolkits/py-gtk/Makefile index ebe2f49..e2818f1 100644 --- a/x11-toolkits/py-gtk/Makefile +++ b/x11-toolkits/py-gtk/Makefile @@ -19,7 +19,7 @@ MAINTAINER= nectar@FreeBSD.org BUILD_DEPENDS= python1.5:${PORTSDIR}/lang/python LIB_DEPENDS= gtk12.2:${PORTSDIR}/x11-toolkits/gtk12 \ - Imlib.4:${PORTSDIR}/graphics/imlib + Imlib.5:${PORTSDIR}/graphics/imlib RUN_DEPENDS= python1.5:${PORTSDIR}/lang/python GTK_CONFIG= ${X11BASE}/bin/gtk12-config diff --git a/x11-toolkits/py-gtk2/Makefile b/x11-toolkits/py-gtk2/Makefile index ebe2f49..e2818f1 100644 --- a/x11-toolkits/py-gtk2/Makefile +++ b/x11-toolkits/py-gtk2/Makefile @@ -19,7 +19,7 @@ MAINTAINER= nectar@FreeBSD.org BUILD_DEPENDS= python1.5:${PORTSDIR}/lang/python LIB_DEPENDS= gtk12.2:${PORTSDIR}/x11-toolkits/gtk12 \ - Imlib.4:${PORTSDIR}/graphics/imlib + Imlib.5:${PORTSDIR}/graphics/imlib RUN_DEPENDS= python1.5:${PORTSDIR}/lang/python GTK_CONFIG= ${X11BASE}/bin/gtk12-config diff --git a/x11-toolkits/ruby-gtk/Makefile b/x11-toolkits/ruby-gtk/Makefile index 9b53f7c..e037b69 100644 --- a/x11-toolkits/ruby-gtk/Makefile +++ b/x11-toolkits/ruby-gtk/Makefile @@ -33,7 +33,7 @@ RUBY_ARCH= ${ARCH}-freebsd${OSREL} .if defined(NO_IMLIB) GTK_CONFIG?= ${X11BASE}/bin/gtk12-config .else -LIB_DEPENDS+= Imlib.4:${PORTSDIR}/graphics/imlib +LIB_DEPENDS+= Imlib.5:${PORTSDIR}/graphics/imlib GTK_CONFIG?= ${X11BASE}/bin/imlib-config .endif diff --git a/x11-toolkits/ruby-gtk2/Makefile b/x11-toolkits/ruby-gtk2/Makefile index 9b53f7c..e037b69 100644 --- a/x11-toolkits/ruby-gtk2/Makefile +++ b/x11-toolkits/ruby-gtk2/Makefile @@ -33,7 +33,7 @@ RUBY_ARCH= ${ARCH}-freebsd${OSREL} .if defined(NO_IMLIB) GTK_CONFIG?= ${X11BASE}/bin/gtk12-config .else -LIB_DEPENDS+= Imlib.4:${PORTSDIR}/graphics/imlib +LIB_DEPENDS+= Imlib.5:${PORTSDIR}/graphics/imlib GTK_CONFIG?= ${X11BASE}/bin/imlib-config .endif |