diff options
author | Volker Stolz <vs@FreeBSD.org> | 2005-03-09 15:57:06 +0000 |
---|---|---|
committer | Volker Stolz <vs@FreeBSD.org> | 2005-03-09 15:57:06 +0000 |
commit | 3430b5984cb31fa8c4558e0730e9b5b6f7bce86b (patch) | |
tree | 0aca48094b0990ec6b4983e64a6d9574a24e31de /cad | |
parent | f1862edd2a407ac5b79167b7658c3a08d8c3e628 (diff) | |
download | ports-3430b5984cb31fa8c4558e0730e9b5b6f7bce86b.tar.gz ports-3430b5984cb31fa8c4558e0730e9b5b6f7bce86b.zip |
Unbreak: No longer broken in my private he^Wjail, plus fix for qt-3.3.4
which no longer dynamically links against libGL.
Notes
Notes:
svn path=/head/; revision=130732
Diffstat (limited to 'cad')
-rw-r--r-- | cad/fandango/Makefile | 4 |
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> |