diff options
author | tron <tron@pkgsrc.org> | 2000-08-23 23:14:21 +0000 |
---|---|---|
committer | tron <tron@pkgsrc.org> | 2000-08-23 23:14:21 +0000 |
commit | f0b9164cf1068dd6dc3d7a77da6b33ac09689177 (patch) | |
tree | 623953a643a6181e26e24311ef14ff20193779e7 /games/xboing/Makefile | |
parent | 3587744105d1c40ee4f94fcd5c50335818522169 (diff) | |
download | pkgsrc-f0b9164cf1068dd6dc3d7a77da6b33ac09689177.tar.gz |
Use "USE_XPM" option instead of direct dependence on the "xpm" package.
Diffstat (limited to 'games/xboing/Makefile')
-rw-r--r-- | games/xboing/Makefile | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/games/xboing/Makefile b/games/xboing/Makefile index 6f56f8aff4f..21971c69f6e 100644 --- a/games/xboing/Makefile +++ b/games/xboing/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.5 2000/07/11 08:43:53 agc Exp $ +# $NetBSD: Makefile,v 1.6 2000/08/23 23:14:25 tron Exp $ # DISTNAME= xboing2.4 @@ -9,11 +9,11 @@ MASTER_SITES= ${MASTER_SITE_XCONTRIB:=games/} MAINTAINER= root@garbled.net HOMEPAGE= http://www.catt.rmit.edu.au/xboing/xboing.html -DEPENDS+= xpm-3.4k:../../graphics/xpm +USE_IMAKE= YES +USE_XPM= YES +NO_INSTALL_MANPAGES= YES WRKSRC= ${WRKDIR}/xboing -NO_INSTALL_MANPAGES= yes -USE_IMAKE= yes post-install: ${CHOWN} bin:games ${X11PREFIX}/bin/xboing |