diff options
author | David E. O'Brien <obrien@FreeBSD.org> | 1999-02-28 09:28:34 +0000 |
---|---|---|
committer | David E. O'Brien <obrien@FreeBSD.org> | 1999-02-28 09:28:34 +0000 |
commit | bf6aac599f0d12ba2c9a4e4fd1c155ddcbb46659 (patch) | |
tree | 3d257dc1826c241ce5b43548c32b117c597c2154 /x11-toolkits/py-gtk | |
parent | Update to 2.8.2dev.17. (diff) |
BROKEN= 'sites either have much older than 0.5.10, or 0.5.11'
Notes
Notes:
svn path=/head/; revision=16929
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 |