aboutsummaryrefslogtreecommitdiffstats
path: root/devel/sdl12
diff options
context:
space:
mode:
authorkrion <krion@FreeBSD.org>2005-10-09 06:06:47 +0800
committerkrion <krion@FreeBSD.org>2005-10-09 06:06:47 +0800
commit1445cd494b70678c475fa1059115ab1ebbddb519 (patch)
tree368b9e2d1ec6df8c4e5cebbcad9181be348ebba9 /devel/sdl12
parentec38f7c4653ee95857cfb71dffa0a6dcfdce6676 (diff)
downloadfreebsd-ports-gnome-1445cd494b70678c475fa1059115ab1ebbddb519.tar.gz
freebsd-ports-gnome-1445cd494b70678c475fa1059115ab1ebbddb519.tar.zst
freebsd-ports-gnome-1445cd494b70678c475fa1059115ab1ebbddb519.zip
Do not specify libvgl shlib version since it depends on release
number.
Diffstat (limited to 'devel/sdl12')
-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