diff options
author | Cheng-Lung Sung <clsung@FreeBSD.org> | 2006-08-14 22:55:18 +0000 |
---|---|---|
committer | Cheng-Lung Sung <clsung@FreeBSD.org> | 2006-08-14 22:55:18 +0000 |
commit | 4de56a776b06e3e1141de9f8098f35898c845484 (patch) | |
tree | 6194cf6aa6f7ee687e04930740d1eec39ffe26f7 /devel/kxl | |
parent | db0ebc9499d9e83a7facb9785799a902707c4cf2 (diff) | |
download | ports-4de56a776b06e3e1141de9f8098f35898c845484.tar.gz ports-4de56a776b06e3e1141de9f8098f35898c845484.zip |
Notes
Diffstat (limited to 'devel/kxl')
-rw-r--r-- | devel/kxl/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/devel/kxl/Makefile b/devel/kxl/Makefile index d9b9883f8473..cd65b0f64505 100644 --- a/devel/kxl/Makefile +++ b/devel/kxl/Makefile @@ -17,7 +17,7 @@ COMMENT= A visual, sound library for games USE_X_PREFIX= yes USE_XPM= yes -INSTALLS_SHLIB= yes +USE_LDCONFIG= yes GNU_CONFIGURE= yes CONFIGURE_ENV= CPPFLAGS="-I${X11BASE}/include" \ LIBS=="-L${X11BASE}/lib" |