diff options
author | asami <asami@FreeBSD.org> | 2000-11-14 07:58:11 +0800 |
---|---|---|
committer | asami <asami@FreeBSD.org> | 2000-11-14 07:58:11 +0800 |
commit | 6997cea8b57923a73e98024805f8e8e0492d1f67 (patch) | |
tree | bea8f85509230290c3edc71cd0c144e85050809a /games/gracer | |
parent | f1d45820ef8bad16036e49e15ddf0dd2f5c7053f (diff) | |
download | freebsd-ports-gnome-6997cea8b57923a73e98024805f8e8e0492d1f67.tar.gz freebsd-ports-gnome-6997cea8b57923a73e98024805f8e8e0492d1f67.tar.zst freebsd-ports-gnome-6997cea8b57923a73e98024805f8e8e0492d1f67.zip |
The plib library name is libplibsl.a, not libpsl.a.
Submitted by: bento
Diffstat (limited to 'games/gracer')
-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 \ |