aboutsummaryrefslogtreecommitdiff
path: root/devel/kxl
diff options
context:
space:
mode:
authorMartin Wilke <miwi@FreeBSD.org>2008-04-19 17:56:05 +0000
committerMartin Wilke <miwi@FreeBSD.org>2008-04-19 17:56:05 +0000
commit3e4ed01146cfe2bdca465bd0e4d199341f62a0b6 (patch)
treed573ea09b2bf6be67cb497df199932da9e2707c4 /devel/kxl
parent40049f4af2200d0dcf33596508688623fc75f764 (diff)
Notes
Diffstat (limited to 'devel/kxl')
-rw-r--r--devel/kxl/Makefile9
1 files changed, 4 insertions, 5 deletions
diff --git a/devel/kxl/Makefile b/devel/kxl/Makefile
index 97a00e1d67d4..b0b5ee938ce6 100644
--- a/devel/kxl/Makefile
+++ b/devel/kxl/Makefile
@@ -7,7 +7,7 @@
PORTNAME= kxl
PORTVERSION= 1.1.7
-PORTREVISION= 2
+PORTREVISION= 3
CATEGORIES= devel games
MASTER_SITES= http://kxl.orz.hm/download/
DISTNAME= KXL-${PORTVERSION}
@@ -16,11 +16,10 @@ MAINTAINER= ports@FreeBSD.org
COMMENT= A visual, sound library for games
USE_AUTOTOOLS= libtool:15
-USE_X_PREFIX= yes
-USE_XPM= yes
+USE_XORG= xpm x11
USE_LDCONFIG= yes
GNU_CONFIGURE= yes
-CONFIGURE_ENV= CPPFLAGS="-I${X11BASE}/include" \
- LIBS="-L${X11BASE}/lib"
+CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include" \
+ LIBS="-L${LOCALBASE}/lib"
.include <bsd.port.mk>