diff options
author | fredb <fredb> | 2000-02-10 10:47:44 +0000 |
---|---|---|
committer | fredb <fredb> | 2000-02-10 10:47:44 +0000 |
commit | e13dcf186bf361de3ab106a3657cb87a6e220750 (patch) | |
tree | 7e6d6df889f929e135603654afc375e65f4f4157 /www/arena | |
parent | 430e14d5d7ed078f2cc199f494d20d371e28ad5b (diff) | |
download | pkgsrc-e13dcf186bf361de3ab106a3657cb87a6e220750.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 |