diff options
author | jseger <jseger@FreeBSD.org> | 1998-10-15 14:31:45 +0000 |
---|---|---|
committer | jseger <jseger@FreeBSD.org> | 1998-10-15 14:31:45 +0000 |
commit | b15684ccab5d4672ec772bff9e35687958486180 (patch) | |
tree | b9ca024c9786fbdf58cb3dfa5e8b02fb8d4b8e6b /x11-toolkits/py-gnome2 | |
parent | d381c765a51db72e70b27b33ec871ecb8d8426fc (diff) | |
download | FreeBSD-ports-b15684ccab5d4672ec772bff9e35687958486180.zip FreeBSD-ports-b15684ccab5d4672ec772bff9e35687958486180.tar.gz |
Mark BROKEN for current: bad python paths
Diffstat (limited to 'x11-toolkits/py-gnome2')
-rw-r--r-- | x11-toolkits/py-gnome2/Makefile | 8 |
1 files changed, 7 insertions, 1 deletions
diff --git a/x11-toolkits/py-gnome2/Makefile b/x11-toolkits/py-gnome2/Makefile index f04174e..3445862 100644 --- a/x11-toolkits/py-gnome2/Makefile +++ b/x11-toolkits/py-gnome2/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 |