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-toolkits/p5-Gtk | |
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-toolkits/p5-Gtk')
-rw-r--r-- | x11-toolkits/p5-Gtk/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/x11-toolkits/p5-Gtk/Makefile b/x11-toolkits/p5-Gtk/Makefile index 30577a5..3ac5008 100644 --- a/x11-toolkits/p5-Gtk/Makefile +++ b/x11-toolkits/p5-Gtk/Makefile @@ -3,7 +3,7 @@ # Date created: 28 Oct 1997 # Whom: Vanilla I. Shu <vanilla@MinJe.com.TW> # -# $Id: Makefile,v 1.20 1998/11/17 15:24:47 vanilla Exp $ +# $Id: Makefile,v 1.21 1999/01/17 17:34:22 nectar Exp $ # DISTNAME= Gtk-0.4 @@ -16,7 +16,7 @@ MASTER_SITE_SUBDIR= Gtk MAINTAINER= vanilla@FreeBSD.ORG LIB_DEPENDS= gtk11.1:${PORTSDIR}/x11-toolkits/gtk11 \ - gdk_imlib.2:${PORTSDIR}/graphics/imlib + gdk_imlib.3:${PORTSDIR}/graphics/imlib USE_PERL5= YES |