diff options
-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> |