diff options
author | tron <tron> | 2000-08-23 23:14:21 +0000 |
---|---|---|
committer | tron <tron> | 2000-08-23 23:14:21 +0000 |
commit | d9e03c3558722b30a745e7e75c1d6ecc9c22c99f (patch) | |
tree | 623953a643a6181e26e24311ef14ff20193779e7 /games/xnibbles | |
parent | b735b13875cb70c66b6ea714e5270b631b195051 (diff) | |
download | pkgsrc-d9e03c3558722b30a745e7e75c1d6ecc9c22c99f.tar.gz |
Use "USE_XPM" option instead of direct dependence on the "xpm" package.
Diffstat (limited to 'games/xnibbles')
-rw-r--r-- | games/xnibbles/Makefile | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/games/xnibbles/Makefile b/games/xnibbles/Makefile index 050b99af1ae..1a2f8d9bf94 100644 --- a/games/xnibbles/Makefile +++ b/games/xnibbles/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.2 1999/01/30 23:18:49 agc Exp $ +# $NetBSD: Makefile,v 1.3 2000/08/23 23:14:25 tron Exp $ # DISTNAME= xnibbles-1.0BETA4 @@ -9,11 +9,11 @@ MASTER_SITES= http://www.tjhsst.edu/xnibbles/ MAINTAINER= root@garbled.net HOMEPAGE= http://www.tjhsst.edu/xnibbles/ -DEPENDS+= xpm-3.4k:../../graphics/xpm +USE_X11BASE= YES +USE_XPM= YES +USE_GMAKE= YES WRKSRC= ${WRKDIR}/xnibbles -USE_X11BASE= yes -USE_GMAKE= yes ALL_TARGET= netbsd .include "../../mk/bsd.pkg.mk" |