diff options
author | wiz <wiz> | 2001-02-16 13:30:32 +0000 |
---|---|---|
committer | wiz <wiz> | 2001-02-16 13:30:32 +0000 |
commit | a2a55c607ab5e4747b94deae3456a9fb4c6dd009 (patch) | |
tree | 7732ff10a8f89f28a77b19326981302bfb5beae7 /audio/dap/Makefile | |
parent | 70d74edbfb10e5931e9de5948ba47f7e64d31cc3 (diff) | |
download | pkgsrc-a2a55c607ab5e4747b94deae3456a9fb4c6dd009.tar.gz |
Update to new COMMENT style: COMMENT var in Makefile instead of pkg/COMMENT.
Diffstat (limited to 'audio/dap/Makefile')
-rw-r--r-- | audio/dap/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/audio/dap/Makefile b/audio/dap/Makefile index 13f780461ed..53fccf95969 100644 --- a/audio/dap/Makefile +++ b/audio/dap/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.8 2000/09/28 20:34:03 fredb Exp $ +# $NetBSD: Makefile,v 1.9 2001/02/16 13:30:34 wiz Exp $ DISTNAME= dap-2.1.1 CATEGORIES= audio @@ -7,6 +7,7 @@ EXTRACT_SUFX= .tgz MAINTAINER= scw@netbsd.org HOMEPAGE= http://www.cee.hw.ac.uk/~richardk/ +COMMENT= Digital audio recording and processing package DEPENDS+= xforms>=0.88nb1:../../x11/xforms |