diff options
author | nakai <nakai@FreeBSD.org> | 1999-10-08 11:30:33 +0800 |
---|---|---|
committer | nakai <nakai@FreeBSD.org> | 1999-10-08 11:30:33 +0800 |
commit | 950e05b10ef50417a141d87b3a18474e600dda31 (patch) | |
tree | 8fb7b4a8cdb2df58827b5c4deaa4b428511fe07b /x11-toolkits/py-gtk | |
parent | 6a2cbeb0bf841d3861e714fba4bdafeddea71c50 (diff) | |
download | freebsd-ports-gnome-950e05b10ef50417a141d87b3a18474e600dda31.tar.gz freebsd-ports-gnome-950e05b10ef50417a141d87b3a18474e600dda31.tar.zst freebsd-ports-gnome-950e05b10ef50417a141d87b3a18474e600dda31.zip |
Use updated imlib library.
Diffstat (limited to 'x11-toolkits/py-gtk')
-rw-r--r-- | x11-toolkits/py-gtk/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/x11-toolkits/py-gtk/Makefile b/x11-toolkits/py-gtk/Makefile index ebe2f494d2a7..e2818f15facb 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 |