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/xmradio | |
parent | 3587744105d1c40ee4f94fcd5c50335818522169 (diff) | |
download | pkgsrc-f0b9164cf1068dd6dc3d7a77da6b33ac09689177.tar.gz |
Use "USE_XPM" option instead of direct dependence on the "xpm" package.
Diffstat (limited to 'audio/xmradio')
-rw-r--r-- | audio/xmradio/Makefile | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/audio/xmradio/Makefile b/audio/xmradio/Makefile index 5010eba12e2..365974de76f 100644 --- a/audio/xmradio/Makefile +++ b/audio/xmradio/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.4 2000/07/01 19:42:22 david Exp $ +# $NetBSD: Makefile,v 1.5 2000/08/23 23:14:22 tron Exp $ DISTNAME= xmradio-0.9b2 CATEGORIES= audio @@ -8,13 +8,13 @@ MAINTAINER= tron@netbsd.org HOMEPAGE= http://www.rostock.zgdv.de/~runge/xmradio.html DEPENDS+= sox>=12.16:../sox -DEPENDS+= xpm-3.4k:../../graphics/xpm ONLY_FOR_PLATFORM= NetBSD-1.4[Y-Z]-* NetBSD-1.4Z[A-Z]-i386 \ NetBSD-1.5_ALPHA-i386 NetBSD-1.[5-9]*-* -USE_MOTIF= yes -USE_IMAKE= yes +USE_MOTIF= YES +USE_IMAKE= YES +USE_XPM= YES post-install: ${MKDIR} ${PREFIX}/share/doc/xmradio |