diff options
author | tron <tron> | 2000-08-23 23:14:21 +0000 |
---|---|---|
committer | tron <tron> | 2000-08-23 23:14:21 +0000 |
commit | 3bb1003bffe659fe78e3ff049aa5e426d687763a (patch) | |
tree | 623953a643a6181e26e24311ef14ff20193779e7 /www/arena | |
parent | ea8b8736a98aa0f9cc1e367db350fc4ffa0d09b1 (diff) | |
download | pkgsrc-3bb1003bffe659fe78e3ff049aa5e426d687763a.tar.gz |
Use "USE_XPM" option instead of direct dependence on the "xpm" package.
Diffstat (limited to 'www/arena')
-rw-r--r-- | www/arena/Makefile | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/www/arena/Makefile b/www/arena/Makefile index 7a5444237b5..a8dab0ad93d 100644 --- a/www/arena/Makefile +++ b/www/arena/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.26 2000/08/06 01:19:21 fredb Exp $ +# $NetBSD: Makefile,v 1.27 2000/08/23 23:14:32 tron Exp $ # FreeBSD Id: Makefile,v 1.10 1998/05/04 20:22:31 jseger Exp # @@ -15,12 +15,12 @@ DEPENDS+= gettext>=0.10.35nb1:../../devel/gettext DEPENDS+= jpeg-6b:../../graphics/jpeg DEPENDS+= libwww>=5.2.8:../../www/libwww DEPENDS+= png>=1.0.6:../../graphics/png -DEPENDS+= xpm-3.4k:../../graphics/xpm -GNU_CONFIGURE= yes +GNU_CONFIGURE= YES MAKEFILE= makefile -USE_GMAKE= yes -USE_X11= yes +USE_GMAKE= YES +USE_X11= YES +USE_XPM= YES # Comment out the following to build in the debugging symbols. CONFIGURE_ARGS+= --without-debug |