aboutsummaryrefslogtreecommitdiffstats
path: root/devel
diff options
context:
space:
mode:
authorarved <arved@FreeBSD.org>2004-11-08 20:03:50 +0800
committerarved <arved@FreeBSD.org>2004-11-08 20:03:50 +0800
commitcc86fb32b40d5c913c971a1c3b7a5ddb978c2d54 (patch)
treedafd997dacaabb001bf17e3b831ddb49bbcb833e /devel
parent90aaa83e83890085f1a304c565506338abb1b389 (diff)
downloadfreebsd-ports-gnome-cc86fb32b40d5c913c971a1c3b7a5ddb978c2d54.tar.gz
freebsd-ports-gnome-cc86fb32b40d5c913c971a1c3b7a5ddb978c2d54.tar.zst
freebsd-ports-gnome-cc86fb32b40d5c913c971a1c3b7a5ddb978c2d54.zip
Use SDL_CONFIG
Suggested by: edwin
Diffstat (limited to 'devel')
-rw-r--r--devel/sdl_ldbad/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/devel/sdl_ldbad/Makefile b/devel/sdl_ldbad/Makefile
index 8f3c96775af8..cda72ffc6fec 100644
--- a/devel/sdl_ldbad/Makefile
+++ b/devel/sdl_ldbad/Makefile
@@ -23,7 +23,7 @@ do-fetch:
@${DO_NADA}
do-install:
- ${LN} -shf ${LOCALBASE}/bin/sdl11-config ${PREFIX}/bin/sdl-config
+ ${LN} -shf ${SDL_CONFIG} ${PREFIX}/bin/sdl-config
${LN} -shf ${LOCALBASE}/include/SDL11 ${PREFIX}/include/SDL
.for lib in SDL-1.1.a SDL-1.1.so SDL-1.1.so.7 SDLmain-1.1.a
${LN} -shf ${LOCALBASE}/lib/lib${lib} ${PREFIX}/lib/lib${lib:S/-1.1//}