pkgsrc-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[pkgsrc/trunk]: pkgsrc/audio/nas use DEPENDS+=, not DEPENDS=



details:   https://anonhg.NetBSD.org/pkgsrc/rev/94f691bcaa76
branches:  trunk
changeset: 463033:94f691bcaa76
user:      grant <grant%pkgsrc.org@localhost>
date:      Sun Oct 26 00:03:42 2003 +0000

description:
use DEPENDS+=, not DEPENDS=

diffstat:

 audio/nas/Makefile |  4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)

diffs (18 lines):

diff -r c52ca90cd127 -r 94f691bcaa76 audio/nas/Makefile
--- a/audio/nas/Makefile        Sun Oct 26 00:02:05 2003 +0000
+++ b/audio/nas/Makefile        Sun Oct 26 00:03:42 2003 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.33 2003/10/26 00:02:05 grant Exp $
+# $NetBSD: Makefile,v 1.34 2003/10/26 00:03:42 grant Exp $
 
 DISTNAME=      nas-1.6.src
 PKGNAME=       ${DISTNAME:S/.src//}
@@ -12,7 +12,7 @@
 HOMEPAGE=      http://radscan.com/nas.html
 COMMENT=       Network Audio System
 
-DEPENDS=       p5-perl-headers-${OS_VERSION}:../../devel/p5-perl-headers
+DEPENDS+=      p5-perl-headers-${OS_VERSION}:../../devel/p5-perl-headers
 
 USE_BUILDLINK2=                yes
 USE_PKGINSTALL=                yes



Home | Main Index | Thread Index | Old Index