diff options
author | Satoshi Asami <asami@FreeBSD.org> | 2000-11-13 23:58:11 +0000 |
---|---|---|
committer | Satoshi Asami <asami@FreeBSD.org> | 2000-11-13 23:58:11 +0000 |
commit | 1ee18e527417228ffe759a05210f893115d42751 (patch) | |
tree | 11b8bcb4511b844bb9772d879f402b8acab25e25 /games/gracer | |
parent | pwcheck is in ${LOCALBASE}/sbin, which is not in root's default path, so (diff) |
The plib library name is libplibsl.a, not libpsl.a.
Submitted by: bento
Notes
Notes:
svn path=/head/; revision=35106
Diffstat (limited to '')
-rw-r--r-- | games/gracer/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/games/gracer/Makefile b/games/gracer/Makefile index 78d349c003b0..fceb2efc9416 100644 --- a/games/gracer/Makefile +++ b/games/gracer/Makefile @@ -12,7 +12,7 @@ MASTER_SITES= http://arch.comp.kyutech.ac.jp/~matsu/my_products/gtk/race/ MAINTAINER= nox@jelal.kn-bremen.de -BUILD_DEPENDS= ${X11BASE}/lib/libsl.a:${PORTSDIR}/x11-toolkits/plib +BUILD_DEPENDS= ${X11BASE}/lib/libplibsl.a:${PORTSDIR}/x11-toolkits/plib LIB_DEPENDS= ungif.5:${PORTSDIR}/graphics/libungif \ png.4:${PORTSDIR}/graphics/png \ jpeg.9:${PORTSDIR}/graphics/jpeg \ |