pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/net/scli BUILDLINK_DEPENDS.* should only be appended to.



details:   https://anonhg.NetBSD.org/pkgsrc/rev/2f118991916c
branches:  trunk
changeset: 510884:2f118991916c
user:      jlam <jlam%pkgsrc.org@localhost>
date:      Thu Apr 06 03:12:46 2006 +0000

description:
BUILDLINK_DEPENDS.* should only be appended to.

diffstat:

 net/scli/Makefile |  4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)

diffs (18 lines):

diff -r d003cbf2a1ac -r 2f118991916c net/scli/Makefile
--- a/net/scli/Makefile Thu Apr 06 02:41:44 2006 +0000
+++ b/net/scli/Makefile Thu Apr 06 03:12:46 2006 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.18 2006/03/04 21:30:24 jlam Exp $
+# $NetBSD: Makefile,v 1.19 2006/04/06 03:12:46 jlam Exp $
 #
 
 DISTNAME=              scli-0.2.12
@@ -13,7 +13,7 @@
 GNU_CONFIGURE=         yes
 
 USE_GNU_READLINE=      # history_list
-BUILDLINK_DEPENDS.readline?=    readline>=4.0
+BUILDLINK_DEPENDS.readline+=    readline>=4.0
 
 INFO_FILES=            scli.info
 



Home | Main Index | Thread Index | Old Index