diff options
author | ijliao <ijliao@FreeBSD.org> | 2004-03-09 06:53:49 +0000 |
---|---|---|
committer | ijliao <ijliao@FreeBSD.org> | 2004-03-09 06:53:49 +0000 |
commit | e7f0a9f2cc387359f55fdba75dd70ca2136f32d5 (patch) | |
tree | 2b6fadcdadaeb6e19f81e5121e7a7ba19314dce6 /cad | |
parent | ce6dfe864f0887bdbc409700eff3231de1ee0fc1 (diff) | |
download | FreeBSD-ports-e7f0a9f2cc387359f55fdba75dd70ca2136f32d5.zip FreeBSD-ports-e7f0a9f2cc387359f55fdba75dd70ca2136f32d5.tar.gz |
now we have python shared lib by default
Diffstat (limited to 'cad')
-rw-r--r-- | cad/fandango/Makefile | 10 |
1 files changed, 3 insertions, 7 deletions
diff --git a/cad/fandango/Makefile b/cad/fandango/Makefile index a50608b..86c9eb8 100644 --- a/cad/fandango/Makefile +++ b/cad/fandango/Makefile @@ -16,15 +16,11 @@ DISTNAME= k${PORTNAME}-${PORTVERSION} MAINTAINER= ports@FreeBSD.org COMMENT= A python scripted 3D CAD application +LIB_DEPENDS= python2.3.1:${PORTSDIR}/lang/python + USE_GL= yes USE_GNOME= gnometarget USE_KDEBASE_VER= 3 GNU_CONFIGURE= yes -.include <bsd.port.pre.mk> - -.if !exists(${LOCALBASE}/lib/libpython2.3.so.1) -BROKEN= "Requires python shared libs; build python 2.3 with BUILD_SHARED=yes" -.endif - -.include <bsd.port.post.mk> +.include <bsd.port.mk> |