diff options
author | Edwin Groothuis <edwin@FreeBSD.org> | 2004-12-17 09:00:20 +0000 |
---|---|---|
committer | Edwin Groothuis <edwin@FreeBSD.org> | 2004-12-17 09:00:20 +0000 |
commit | c38a64483e3297c420e4ef623a29d9e4f3b808f7 (patch) | |
tree | 4891978f7dd2070cd0e8713e9cefb7ef6b05ab71 /cad/fandango | |
parent | games/linux-q3ademo - libGL.so symbolic link needed (diff) |
pointyhat-fix: cad/fandango
cad/fandango doesn't build due to Python dependency problem.
Change: chase Python update (lang/python is 2.4 now)
Reported by: pointyhat
PR: ports/74924
Submitted by: Hendrik Scholz <hendrik@scholz.net>
Notes
Notes:
svn path=/head/; revision=124287
Diffstat (limited to 'cad/fandango')
-rw-r--r-- | cad/fandango/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/cad/fandango/Makefile b/cad/fandango/Makefile index 08a91b8f5266..65e6f53ffd72 100644 --- a/cad/fandango/Makefile +++ b/cad/fandango/Makefile @@ -16,7 +16,7 @@ DISTNAME= k${PORTNAME}-${PORTVERSION} MAINTAINER= ports@FreeBSD.org COMMENT= A python scripted 3D CAD application -LIB_DEPENDS= python2.3.1:${PORTSDIR}/lang/python +LIB_DEPENDS= python2.3.1:${PORTSDIR}/lang/python23 BROKEN= Broken dependency after python 2.4 update |