aboutsummaryrefslogtreecommitdiff
path: root/cad/fandango
diff options
context:
space:
mode:
authorVolker Stolz <vs@FreeBSD.org>2005-03-09 15:57:06 +0000
committerVolker Stolz <vs@FreeBSD.org>2005-03-09 15:57:06 +0000
commit3430b5984cb31fa8c4558e0730e9b5b6f7bce86b (patch)
tree0aca48094b0990ec6b4983e64a6d9574a24e31de /cad/fandango
parentf1862edd2a407ac5b79167b7658c3a08d8c3e628 (diff)
downloadports-3430b5984cb31fa8c4558e0730e9b5b6f7bce86b.tar.gz
ports-3430b5984cb31fa8c4558e0730e9b5b6f7bce86b.zip
Notes
Diffstat (limited to 'cad/fandango')
-rw-r--r--cad/fandango/Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/cad/fandango/Makefile b/cad/fandango/Makefile
index 65e6f53ffd72..5618c4d80948 100644
--- a/cad/fandango/Makefile
+++ b/cad/fandango/Makefile
@@ -18,11 +18,11 @@ COMMENT= A python scripted 3D CAD application
LIB_DEPENDS= python2.3.1:${PORTSDIR}/lang/python23
-BROKEN= Broken dependency after python 2.4 update
-
USE_GL= yes
USE_GNOME= gnometarget
USE_KDEBASE_VER= 3
GNU_CONFIGURE= yes
+LDFLAGS+= -lGL
+CONFIGURE_ENV+= LDFLAGS="${LDFLAGS}"
.include <bsd.port.mk>