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 /audio/xwave/Makefile | |
parent | 3587744105d1c40ee4f94fcd5c50335818522169 (diff) | |
download | pkgsrc-f0b9164cf1068dd6dc3d7a77da6b33ac09689177.tar.gz |
Use "USE_XPM" option instead of direct dependence on the "xpm" package.
Diffstat (limited to 'audio/xwave/Makefile')
-rw-r--r-- | audio/xwave/Makefile | 7 |
1 files changed, 3 insertions, 4 deletions
diff --git a/audio/xwave/Makefile b/audio/xwave/Makefile index 897df97b9ee..5b6f9f592d5 100644 --- a/audio/xwave/Makefile +++ b/audio/xwave/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.8 2000/04/24 14:52:33 hubertf Exp $ +# $NetBSD: Makefile,v 1.9 2000/08/23 23:14:22 tron Exp $ # DISTNAME= xwave2 @@ -8,9 +8,8 @@ MASTER_SITES= http://www.funet.fi/~kouhia/ MAINTAINER= hubertf@netbsd.org -DEPENDS+= xpm-3.*:../../graphics/xpm - -USE_IMAKE= yes +USE_IMAKE= YES +USE_XPM= YES do-install: ${INSTALL_PROGRAM} ${WRKSRC}/src/xwave ${PREFIX}/bin |