diff options
author | rh <rh@pkgsrc.org> | 1999-12-12 08:06:04 +0000 |
---|---|---|
committer | rh <rh@pkgsrc.org> | 1999-12-12 08:06:04 +0000 |
commit | 0b18da985f2e490347e10fde881cc11f16783434 (patch) | |
tree | f97cb05a856c8e1379fecc2c8167aa5178131300 /audio | |
parent | 802d6b99389a029adec35d899b59417f282eb53a (diff) | |
download | pkgsrc-0b18da985f2e490347e10fde881cc11f16783434.tar.gz |
Add missing dependency on xpm.
Diffstat (limited to 'audio')
-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 e07e54b7b46..1a0427a3967 100644 --- a/audio/dap/Makefile +++ b/audio/dap/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.1.1.1 1999/12/04 12:56:29 scw Exp $ +# $NetBSD: Makefile,v 1.2 1999/12/12 08:06:04 rh Exp $ DISTNAME= DAPSource PKGNAME= dap-2.0.2 @@ -9,6 +9,7 @@ MASTER_SITES= http://www.cee.hw.ac.uk/~richardk/ 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 |