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/dap/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/dap/Makefile')
-rw-r--r-- | audio/dap/Makefile | 4 |
1 files changed, 2 insertions, 2 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 |