diff options
author | wiz <wiz@pkgsrc.org> | 2001-03-05 20:30:33 +0000 |
---|---|---|
committer | wiz <wiz@pkgsrc.org> | 2001-03-05 20:30:33 +0000 |
commit | 6ee788073c9c3b24b22143531c312aacde2b1047 (patch) | |
tree | 2c778369c81377a9bebb54c14fd263308c9244f1 /audio/dap | |
parent | c22c303117ee93282e468b8f3e00ee01ba0e4649 (diff) | |
download | pkgsrc-6ee788073c9c3b24b22143531c312aacde2b1047.tar.gz |
Remove ONLY_FOR_PLATFORM line which only was there because of the xforms
dependency, and not in sync with it either.
Diffstat (limited to 'audio/dap')
-rw-r--r-- | audio/dap/Makefile | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/audio/dap/Makefile b/audio/dap/Makefile index 53fccf95969..9c115e41774 100644 --- a/audio/dap/Makefile +++ b/audio/dap/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.9 2001/02/16 13:30:34 wiz Exp $ +# $NetBSD: Makefile,v 1.10 2001/03/05 20:30:33 wiz Exp $ DISTNAME= dap-2.1.1 CATEGORIES= audio @@ -12,7 +12,6 @@ COMMENT= Digital audio recording and processing package DEPENDS+= xforms>=0.88nb1:../../x11/xforms MAKEFILE= Makefile.netbsd -ONLY_FOR_PLATFORM= *-*-alpha *-*-arm32 *-*-i386 *-*-m68k *-*-sparc *-*-ns32k USE_X11BASE= YES USE_XPM= YES |