diff options
Diffstat (limited to 'devel/kxl/Makefile')
-rw-r--r-- | devel/kxl/Makefile | 9 |
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> |