diff options
author | Justin M. Seger <jseger@FreeBSD.org> | 1998-10-15 14:31:45 +0000 |
---|---|---|
committer | Justin M. Seger <jseger@FreeBSD.org> | 1998-10-15 14:31:45 +0000 |
commit | 3c626488e1cb0d18950fa537b38843f462e5fc86 (patch) | |
tree | fbbe30506bf2d3d0a5c2cea982de7eabba152c74 /x11-toolkits/py-gtk2 | |
parent | f8c010fec5c0454e5599796546a6b8a98f1b68c0 (diff) | |
download | ports-3c626488e1cb0d18950fa537b38843f462e5fc86.tar.gz ports-3c626488e1cb0d18950fa537b38843f462e5fc86.zip |
Notes
Diffstat (limited to 'x11-toolkits/py-gtk2')
-rw-r--r-- | x11-toolkits/py-gtk2/Makefile | 8 |
1 files changed, 7 insertions, 1 deletions
diff --git a/x11-toolkits/py-gtk2/Makefile b/x11-toolkits/py-gtk2/Makefile index f04174e1ce90..3445862d71cc 100644 --- a/x11-toolkits/py-gtk2/Makefile +++ b/x11-toolkits/py-gtk2/Makefile @@ -3,7 +3,7 @@ # Date created: 30 May 1998 # Whom: Thomas Gellekum <tg@FreeBSD.ORG> # -# $Id: Makefile,v 1.11 1998/09/23 12:40:24 tg Exp $ +# $Id: Makefile,v 1.12 1998/09/25 09:52:44 asami Exp $ # DISTNAME= pygtk-0.5.2 @@ -17,6 +17,12 @@ MASTER_SITES= ftp://ftp.daa.com.au/pub/james/python/ \ MAINTAINER= ports@FreeBSD.ORG + +OSVERSION!= sysctl -n kern.osreldate +.if ${OSVERSION} >= 300000 +BROKEN= python +.endif + BUILD_DEPENDS= python:${PORTSDIR}/lang/python LIB_DEPENDS= Imlib.1:${PORTSDIR}/graphics/imlib RUN_DEPENDS= python:${PORTSDIR}/lang/python |