diff options
author | tron <tron> | 2000-08-23 23:14:21 +0000 |
---|---|---|
committer | tron <tron> | 2000-08-23 23:14:21 +0000 |
commit | 3bb1003bffe659fe78e3ff049aa5e426d687763a (patch) | |
tree | 623953a643a6181e26e24311ef14ff20193779e7 /audio | |
parent | ea8b8736a98aa0f9cc1e367db350fc4ffa0d09b1 (diff) | |
download | pkgsrc-3bb1003bffe659fe78e3ff049aa5e426d687763a.tar.gz |
Use "USE_XPM" option instead of direct dependence on the "xpm" package.
Diffstat (limited to 'audio')
-rw-r--r-- | audio/dap/Makefile | 4 | ||||
-rw-r--r-- | audio/snd/Makefile | 7 | ||||
-rw-r--r-- | audio/xmradio/Makefile | 8 | ||||
-rw-r--r-- | audio/xwave/Makefile | 7 |
4 files changed, 12 insertions, 14 deletions
diff --git a/audio/dap/Makefile b/audio/dap/Makefile index 5d8b06dbf45..94a4149761a 100644 --- a/audio/dap/Makefile +++ b/audio/dap/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.6 2000/02/29 16:57:45 scw Exp $ +# $NetBSD: Makefile,v 1.7 2000/08/23 23:14:22 tron Exp $ DISTNAME= dap-2.1.1 CATEGORIES= audio @@ -8,13 +8,13 @@ EXTRACT_SUFX= .tgz MAINTAINER= scw@netbsd.org HOMEPAGE= http://www.cee.hw.ac.uk/~richardk/ -DEPENDS+= xpm-*:../../graphics/xpm DEPENDS+= xforms-0.88:../../x11/xforms MAKEFILE= Makefile.netbsd ONLY_FOR_PLATFORM= *-*-alpha *-*-arm32 *-*-i386 *-*-m68k *-*-sparc *-*-ns32k USE_X11BASE= YES +USE_XPM= YES do-install: @${INSTALL_PROGRAM} ${WRKSRC}/main/DAP ${PREFIX}/bin/dap 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 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 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 |