diff options
author | Ying-Chieh Liao <ijliao@FreeBSD.org> | 2004-03-09 06:53:49 +0000 |
---|---|---|
committer | Ying-Chieh Liao <ijliao@FreeBSD.org> | 2004-03-09 06:53:49 +0000 |
commit | 4a4ef1b145d9d68ce07503713b2cf508d3f2b270 (patch) | |
tree | 97bbd7290eceeddbfc8f5743f07894930a072598 /cad/fandango | |
parent | f7ef9f51c4785ed114bb3505d154b8564e59253b (diff) | |
download | ports-4a4ef1b145d9d68ce07503713b2cf508d3f2b270.tar.gz ports-4a4ef1b145d9d68ce07503713b2cf508d3f2b270.zip |
Notes
Diffstat (limited to 'cad/fandango')
-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 a50608b837ab..86c9eb8c7430 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> |