aboutsummaryrefslogtreecommitdiff
path: root/devel
diff options
context:
space:
mode:
authorKirill Ponomarev <krion@FreeBSD.org>2005-10-08 22:06:47 +0000
committerKirill Ponomarev <krion@FreeBSD.org>2005-10-08 22:06:47 +0000
commitb61870dde50e614883b8d3d9f142eee1c8cad8d7 (patch)
tree94e3d5d721023021ee94ea7f3883f14b19a73844 /devel
parentbe9155ac37152fe5dd40c156968f26da4d45f965 (diff)
downloadports-b61870dde50e614883b8d3d9f142eee1c8cad8d7.tar.gz
ports-b61870dde50e614883b8d3d9f142eee1c8cad8d7.zip
Notes
Diffstat (limited to 'devel')
-rw-r--r--devel/sdl12/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/devel/sdl12/Makefile b/devel/sdl12/Makefile
index 3ed154428d7e..afee3d59ce95 100644
--- a/devel/sdl12/Makefile
+++ b/devel/sdl12/Makefile
@@ -43,7 +43,7 @@ OPTIONS= NAS "Include support for the Network Audio System" Off \
.include <bsd.port.pre.mk>
-.if exists(/usr/lib/libvgl.so.3)
+.if exists(/usr/lib/libvgl.so)
CONFIGURE_ARGS+=--enable-video-vgl
DISPLAY_MSG= ${CAT} ${PKGMESSAGE}
.else