diff options
author | edwin <edwin@FreeBSD.org> | 2004-12-17 17:00:20 +0800 |
---|---|---|
committer | edwin <edwin@FreeBSD.org> | 2004-12-17 17:00:20 +0800 |
commit | 789d13e29b30fc946090d502f9dd8d7f2e13c913 (patch) | |
tree | df5cf769ade45eb52e419b4636c4da77326381ef /cad | |
parent | 0ce57ccab8058fd372e55fe4ebd3f8d282810f0c (diff) | |
download | freebsd-ports-gnome-789d13e29b30fc946090d502f9dd8d7f2e13c913.tar.gz freebsd-ports-gnome-789d13e29b30fc946090d502f9dd8d7f2e13c913.tar.zst freebsd-ports-gnome-789d13e29b30fc946090d502f9dd8d7f2e13c913.zip |
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>
Diffstat (limited to 'cad')
-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 |