diff options
author | nectar <nectar@FreeBSD.org> | 1999-01-17 17:34:22 +0000 |
---|---|---|
committer | nectar <nectar@FreeBSD.org> | 1999-01-17 17:34:22 +0000 |
commit | 114f9b630657a0a24e702847f5daff21ca6b85d6 (patch) | |
tree | 7b479b96f1d32b7f6b13fdcc305b756dfd7d429c /x11-toolkits/py-gnome2 | |
parent | 5730ad0cc4157f529aa36708f5f0b7d73e2f6556 (diff) | |
download | FreeBSD-ports-114f9b630657a0a24e702847f5daff21ca6b85d6.zip FreeBSD-ports-114f9b630657a0a24e702847f5daff21ca6b85d6.tar.gz |
Bump imlib version number in dependencies.
Diffstat (limited to 'x11-toolkits/py-gnome2')
-rw-r--r-- | x11-toolkits/py-gnome2/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/x11-toolkits/py-gnome2/Makefile b/x11-toolkits/py-gnome2/Makefile index fb6f12e..f8e1c2f 100644 --- a/x11-toolkits/py-gnome2/Makefile +++ b/x11-toolkits/py-gnome2/Makefile @@ -3,7 +3,7 @@ # Date created: 12/26/1998 # Whom: nectar@FreeBSD.ORG # -# $Id: Makefile,v 1.16 1999/01/07 00:19:55 asami Exp $ +# $Id: Makefile,v 1.17 1999/01/07 00:29:39 nectar Exp $ # DISTNAME= pygtk-0.5.9 @@ -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= Imlib.1:${PORTSDIR}/graphics/imlib +LIB_DEPENDS= Imlib.2:${PORTSDIR}/graphics/imlib RUN_DEPENDS= python:${PORTSDIR}/lang/python GNU_CONFIGURE= yes |