diff options
author | tron <tron@pkgsrc.org> | 1999-07-07 21:11:56 +0000 |
---|---|---|
committer | tron <tron@pkgsrc.org> | 1999-07-07 21:11:56 +0000 |
commit | afbc8c7573761c35e588e4ab670b6443fe16cef3 (patch) | |
tree | 11f11d6868dc8f328e5f0321251e7ad6ae601905 | |
parent | 8b609b5ed56c4aee013dd7a8b95912b08801b6b1 (diff) | |
download | pkgsrc-afbc8c7573761c35e588e4ab670b6443fe16cef3.tar.gz |
Fix typo in last commit.
-rw-r--r-- | x11/amiwm/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/x11/amiwm/Makefile b/x11/amiwm/Makefile index df7218a5cbd..3b09d353ca6 100644 --- a/x11/amiwm/Makefile +++ b/x11/amiwm/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.9 1999/07/07 21:11:06 tron Exp $ +# $NetBSD: Makefile,v 1.10 1999/07/07 21:11:56 tron Exp $ # DISTNAME= amiwm0.20pl48 @@ -12,7 +12,7 @@ HOMEPAGE= http://www.lysator.liu.se/~marcus/amiwm.html USE_X11= yes GNU_CONFIGURE= yes CONFIGURE_ENV= CFLAGS="-DHAVE_X11_EXTENSIONS_SHAPE_H=1 -O" \ - X_PRE_LIBS="-Wl,-R${X11BASE}" \ + X_PRE_LIBS="-Wl,-R${X11BASE}/lib" \ X_EXTRA_LIBS="-lXt" .include "../../mk/bsd.pkg.mk" |