diff options
author | vs <vs@FreeBSD.org> | 2005-03-09 23:57:06 +0800 |
---|---|---|
committer | vs <vs@FreeBSD.org> | 2005-03-09 23:57:06 +0800 |
commit | d4185f311a00587f8d4060796f14be0b31e5b0ef (patch) | |
tree | d4da7dcfb1fc532d9380e6acc16a0f298da41f2c /cad | |
parent | 63eee69ff83979b846f1c93618b4ee67caf5cb2d (diff) | |
download | freebsd-ports-gnome-d4185f311a00587f8d4060796f14be0b31e5b0ef.tar.gz freebsd-ports-gnome-d4185f311a00587f8d4060796f14be0b31e5b0ef.tar.zst freebsd-ports-gnome-d4185f311a00587f8d4060796f14be0b31e5b0ef.zip |
Unbreak: No longer broken in my private he^Wjail, plus fix for qt-3.3.4
which no longer dynamically links against libGL.
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> |