diff options
author | fredb <fredb@pkgsrc.org> | 2000-02-10 10:47:44 +0000 |
---|---|---|
committer | fredb <fredb@pkgsrc.org> | 2000-02-10 10:47:44 +0000 |
commit | 311a6e527ca32ee89e25cd024b2e61e2a7e1e895 (patch) | |
tree | 7e6d6df889f929e135603654afc375e65f4f4157 /www/arena | |
parent | 9ab5372fab67be791b62d444c61d3783afb0713a (diff) | |
download | pkgsrc-311a6e527ca32ee89e25cd024b2e61e2a7e1e895.tar.gz |
USE_X11BASE -> USE_X11
Diffstat (limited to 'www/arena')
-rw-r--r-- | www/arena/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/www/arena/Makefile b/www/arena/Makefile index 76c3e1bbfc1..ae8b9034d33 100644 --- a/www/arena/Makefile +++ b/www/arena/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.21 2000/02/10 09:24:39 tron Exp $ +# $NetBSD: Makefile,v 1.22 2000/02/10 10:47:44 fredb Exp $ # FreeBSD Id: Makefile,v 1.10 1998/05/04 20:22:31 jseger Exp # @@ -23,7 +23,7 @@ DEPENDS+= xpm-3.4k:../../graphics/xpm GNU_CONFIGURE= yes MAKEFILE= makefile USE_GMAKE= yes -USE_X11BASE= yes +USE_X11= yes CONFIGURE_ARGS+= --without-debug --with-arenarc-dir=${LOCALBASE}/etc CONFIGURE_ARGS+= --with-libwww-include=${LOCALBASE}/include/w3c-libwww |