summaryrefslogtreecommitdiff
path: root/math/xspread
diff options
context:
space:
mode:
authorBaptiste Daroussin <bapt@FreeBSD.org>2014-07-16 08:26:25 +0000
committerBaptiste Daroussin <bapt@FreeBSD.org>2014-07-16 08:26:25 +0000
commitd22728a7e856c5c9ae691125736d656a2c1163ad (patch)
tree631e17a2b7895241106d33db493284675e581402 /math/xspread
parentFix some non default LIB_DEPENDS (diff)
Fix some non default LIB_DEPENDS
With hat: portmgr
Notes
Notes: svn path=/head/; revision=362050
Diffstat (limited to 'math/xspread')
-rw-r--r--math/xspread/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/math/xspread/Makefile b/math/xspread/Makefile
index 6ee80103ef2e..6d7997500c95 100644
--- a/math/xspread/Makefile
+++ b/math/xspread/Makefile
@@ -31,7 +31,7 @@ PLIST_FILES= bin/pxspread bin/xspread man/man1/pxspread.1.gz \
.if ${PORT_OPTIONS:MX11}
USE_XORG= x11 xau xcb xdmcp xt
-LIB_DEPENDS+= pthread-stubs:${PORTSDIR}/devel/libpthread-stubs
+LIB_DEPENDS+= libpthread-stubs.so:${PORTSDIR}/devel/libpthread-stubs
CPPFLAGS+= -I${LOCALBASE}/include
LDFLAGS+= -L${LOCALBASE}/lib
.else