diff options
author | Kirill Ponomarev <krion@FreeBSD.org> | 2005-10-08 22:06:47 +0000 |
---|---|---|
committer | Kirill Ponomarev <krion@FreeBSD.org> | 2005-10-08 22:06:47 +0000 |
commit | b61870dde50e614883b8d3d9f142eee1c8cad8d7 (patch) | |
tree | 94e3d5d721023021ee94ea7f3883f14b19a73844 | |
parent | Update to 4.54 (diff) |
Do not specify libvgl shlib version since it depends on release
number.
Notes
Notes:
svn path=/head/; revision=144610
-rw-r--r-- | devel/sdl12/Makefile | 2 |
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 |