aboutsummaryrefslogtreecommitdiff
path: root/graphics
diff options
context:
space:
mode:
authorDmitry Marakasov <amdmi3@FreeBSD.org>2009-09-08 02:24:47 +0000
committerDmitry Marakasov <amdmi3@FreeBSD.org>2009-09-08 02:24:47 +0000
commitb6c2f6eea5d988b8206e1fd9eb000e8c914ba768 (patch)
tree909dd7be8cc3ab23d3ca5b9ba62670ec25e6d660 /graphics
parenteb50e03a96e3760fdddc18216663d529337d8788 (diff)
downloadports-b6c2f6eea5d988b8206e1fd9eb000e8c914ba768.tar.gz
ports-b6c2f6eea5d988b8206e1fd9eb000e8c914ba768.zip
Notes
Diffstat (limited to 'graphics')
-rw-r--r--graphics/devil/Makefile1
1 files changed, 0 insertions, 1 deletions
diff --git a/graphics/devil/Makefile b/graphics/devil/Makefile
index 4e5c9bfa7237..88dbeb371979 100644
--- a/graphics/devil/Makefile
+++ b/graphics/devil/Makefile
@@ -104,7 +104,6 @@ CONFIGURE_ARGS+=--disable-sdl
.if defined(WITH_NVTT)
BUILD_DEPENDS+= ${LOCALBASE}/lib/libnvtt.so:${PORTSDIR}/graphics/nvidia-texture-tools
RUN_DEPENDS+= ${LOCALBASE}/lib/libnvtt.so:${PORTSDIR}/graphics/nvidia-texture-tools
-LDFLAGS+= ${PTHREAD_LIBS}
.else
CONFIGURE_ARGS+=--without-nvtt
.endif