summaryrefslogtreecommitdiff
path: root/devel/kxl
diff options
context:
space:
mode:
authorEdwin Groothuis <edwin@FreeBSD.org>2005-10-08 22:42:23 +0000
committerEdwin Groothuis <edwin@FreeBSD.org>2005-10-08 22:42:23 +0000
commit873f264b3afa757317624c00132c9203961ec84c (patch)
treee1119d8beb657dc46101dd8218bd758ca382bc64 /devel/kxl
parentChase games/kxl update. (diff)
INSTALL_SHLIB -> INSTALLS_SHLIB
Notes
Notes: svn path=/head/; revision=144615
Diffstat (limited to 'devel/kxl')
-rw-r--r--devel/kxl/Makefile3
1 files changed, 2 insertions, 1 deletions
diff --git a/devel/kxl/Makefile b/devel/kxl/Makefile
index c33f98846cf9..7fbd83d58599 100644
--- a/devel/kxl/Makefile
+++ b/devel/kxl/Makefile
@@ -7,6 +7,7 @@
PORTNAME= kxl
PORTVERSION= 1.1.7
+PORTREVISION= 1
CATEGORIES= games
MASTER_SITES= http://kxl.hn.org/download/
DISTNAME= KXL-${PORTVERSION}
@@ -16,7 +17,7 @@ COMMENT= A visual, sound library for games
USE_X_PREFIX= yes
USE_XPM= yes
-INSTALL_SHLIB= yes
+INSTALLS_SHLIB= yes
GNU_CONFIGURE= yes
CONFIGURE_ENV= CPPFLAGS="-I${X11BASE}/include" \
LIBS=="-L${X11BASE}/lib"