aboutsummaryrefslogtreecommitdiffstats
path: root/graphics
diff options
context:
space:
mode:
authorpav <pav@FreeBSD.org>2010-05-13 04:37:17 +0800
committerpav <pav@FreeBSD.org>2010-05-13 04:37:17 +0800
commit71a55c2f3bf430e21e564c28a4415e1c3e354ddc (patch)
treee6e1f430fa7423998356a05ed78bf52c84d32198 /graphics
parent13c4d232d9d0bf7c741ab2d23801c8f32b2e5b2c (diff)
downloadfreebsd-ports-gnome-71a55c2f3bf430e21e564c28a4415e1c3e354ddc.tar.gz
freebsd-ports-gnome-71a55c2f3bf430e21e564c28a4415e1c3e354ddc.tar.zst
freebsd-ports-gnome-71a55c2f3bf430e21e564c28a4415e1c3e354ddc.zip
- Remove references to now non-existant devel/libslang
PR: ports/145245 Submitted by: Anatoly Borodin <anatoly.borodin@gmail.com>
Diffstat (limited to 'graphics')
-rw-r--r--graphics/libcaca/Makefile4
1 files changed, 0 insertions, 4 deletions
diff --git a/graphics/libcaca/Makefile b/graphics/libcaca/Makefile
index 0fe24b4f15c5..58d10f5f6102 100644
--- a/graphics/libcaca/Makefile
+++ b/graphics/libcaca/Makefile
@@ -43,11 +43,7 @@ USE_EFL+= imlib2
.include <bsd.port.pre.mk>
.if defined(WITH_SLANG)
-. if exists(${LOCALBASE}/lib/libslang.so.1)
-LIB_DEPENDS+= slang.1:${PORTSDIR}/devel/libslang
-. else
LIB_DEPENDS+= slang.2:${PORTSDIR}/devel/libslang2
-. endif
CONFIGURE_ARGS+=--enable-slang
.else
CONFIGURE_ARGS+=--disable-slang