aboutsummaryrefslogtreecommitdiff
path: root/net/trafshow3
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 /net/trafshow3
parentf329319eb51eb2930a53eb96f5f2932c737a71b8 (diff)
downloadports-d22728a7e856c5c9ae691125736d656a2c1163ad.tar.gz
ports-d22728a7e856c5c9ae691125736d656a2c1163ad.zip
Fix some non default LIB_DEPENDS
With hat: portmgr
Notes
Notes: svn path=/head/; revision=362050
Diffstat (limited to 'net/trafshow3')
-rw-r--r--net/trafshow3/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/net/trafshow3/Makefile b/net/trafshow3/Makefile
index ec81a4012b10..7b4dd3465ed6 100644
--- a/net/trafshow3/Makefile
+++ b/net/trafshow3/Makefile
@@ -18,7 +18,7 @@ CONFLICTS= trafshow-[45].*
.if defined(WITH_TRAFSHOW_SLANG) || \
(exists(${LOCALBASE}/lib/libslang.a) && !defined(WITHOUT_TRAFSHOW_SLANG))
-LIB_DEPENDS= slang.2:${PORTSDIR}/devel/libslang2
+LIB_DEPENDS= libslang.so:${PORTSDIR}/devel/libslang2
.endif
GNU_CONFIGURE= yes