diff options
author | Maxim Sobolev <sobomax@FreeBSD.org> | 2001-04-05 14:08:24 +0000 |
---|---|---|
committer | Maxim Sobolev <sobomax@FreeBSD.org> | 2001-04-05 14:08:24 +0000 |
commit | 60b3916f6fe781d33666797f2d2a035112129ad3 (patch) | |
tree | 02e2a033dab585c01a0981d9db2e9b68a9df5359 /graphics/view3ds/Makefile | |
parent | b3b3a86d86c314de1a9421cf3eb3d2445f020c16 (diff) | |
download | ports-60b3916f6fe781d33666797f2d2a035112129ad3.tar.gz ports-60b3916f6fe781d33666797f2d2a035112129ad3.zip |
Notes
Diffstat (limited to 'graphics/view3ds/Makefile')
-rw-r--r-- | graphics/view3ds/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/graphics/view3ds/Makefile b/graphics/view3ds/Makefile index a6fb0436a6ea..d6bf3a8bb550 100644 --- a/graphics/view3ds/Makefile +++ b/graphics/view3ds/Makefile @@ -20,7 +20,7 @@ USE_QT_VER= 2 USE_MESA= yes USE_GMAKE= yes USE_LIBTOOL= yes -CONFIGURE_ENV= LDFLAGS="-lm" \ +CONFIGURE_ENV= LDFLAGS="-lm ${PTHREAD_LIBS}" \ QTDIR=${X11BASE} .include <bsd.port.mk> |