diff options
Diffstat (limited to 'x11-toolkits/py-gtk')
-rw-r--r-- | x11-toolkits/py-gtk/Makefile | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/x11-toolkits/py-gtk/Makefile b/x11-toolkits/py-gtk/Makefile index 4c03da1ad3c5..83042840c89c 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.18 1999/01/17 17:34:21 nectar Exp $ +# $Id: Makefile,v 1.19 1999/02/22 21:59:15 nectar Exp $ # DISTNAME= pygtk-0.5.10 @@ -17,6 +17,8 @@ MASTER_SITES= ftp://ftp.daa.com.au/pub/james/python/ \ MAINTAINER= nectar@FreeBSD.ORG +BROKEN= 'sites either have much older than 0.5.10, or 0.5.11' + BUILD_DEPENDS= python:${PORTSDIR}/lang/python LIB_DEPENDS= Imlib.2:${PORTSDIR}/graphics/imlib RUN_DEPENDS= python:${PORTSDIR}/lang/python |