diff options
author | nectar <nectar@FreeBSD.org> | 1999-03-16 02:30:06 +0800 |
---|---|---|
committer | nectar <nectar@FreeBSD.org> | 1999-03-16 02:30:06 +0800 |
commit | 7667e1d5e923c20a2442470ff68656c178dbece1 (patch) | |
tree | 6beadfe92caf6ee65055c6e07d861093de319855 /x11-toolkits/py-gtk | |
parent | 1d418c2038804a38410b19e470c027138346e53e (diff) | |
download | freebsd-ports-gnome-7667e1d5e923c20a2442470ff68656c178dbece1.tar.gz freebsd-ports-gnome-7667e1d5e923c20a2442470ff68656c178dbece1.tar.zst freebsd-ports-gnome-7667e1d5e923c20a2442470ff68656c178dbece1.zip |
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/py-gtk')
-rw-r--r-- | x11-toolkits/py-gtk/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/x11-toolkits/py-gtk/Makefile b/x11-toolkits/py-gtk/Makefile index ae01bbc5c8f5..176cf5c73246 100644 --- a/x11-toolkits/py-gtk/Makefile +++ b/x11-toolkits/py-gtk/Makefile @@ -3,7 +3,7 @@ # Date created: 12/26/1998 # Whom: nectar@FreeBSD.ORG # -# $Id: Makefile,v 1.21 1999/02/28 18:48:50 nectar Exp $ +# $Id: Makefile,v 1.22 1999/03/15 03:17:09 nectar Exp $ # DISTNAME= pygtk-0.5.12 @@ -18,7 +18,7 @@ MASTER_SITES= ftp://ftp.daa.com.au/pub/james/python/ \ MAINTAINER= nectar@FreeBSD.ORG BUILD_DEPENDS= python:${PORTSDIR}/lang/python -LIB_DEPENDS= gdk_imlib.2:${PORTSDIR}/graphics/imlib +LIB_DEPENDS= gdk_imlib.3:${PORTSDIR}/graphics/imlib RUN_DEPENDS= python:${PORTSDIR}/lang/python GNU_CONFIGURE= yes |