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/snd | |
parent | 3587744105d1c40ee4f94fcd5c50335818522169 (diff) | |
download | pkgsrc-f0b9164cf1068dd6dc3d7a77da6b33ac09689177.tar.gz |
Use "USE_XPM" option instead of direct dependence on the "xpm" package.
Diffstat (limited to 'audio/snd')
-rw-r--r-- | audio/snd/Makefile | 7 |
1 files changed, 3 insertions, 4 deletions
diff --git a/audio/snd/Makefile b/audio/snd/Makefile index ddde613b126..f34a2bb50f8 100644 --- a/audio/snd/Makefile +++ b/audio/snd/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.16 2000/08/18 22:46:30 hubertf Exp $ +# $NetBSD: Makefile,v 1.17 2000/08/23 23:14:21 tron Exp $ # DISTNAME= snd @@ -10,11 +10,10 @@ MASTER_SITES= ${MASTER_SITE_LOCAL} MAINTAINER= hubertf@netbsd.org HOMEPAGE= http://ccrma-www.stanford.edu/CCRMA/Software/snd/snd.html -DEPENDS+= xpm-3.4k:../../graphics/xpm - NO_SRC_ON_FTP= Already on MASTER_SITE_LOCAL -USE_MOTIF= yes +USE_MOTIF= YES +USE_XPM= YES MAKEFILE= makefile.netbsd ALL_TARGET= snd |