pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/editors/pico If BUILDLINK_DEPENDS and BUILDLINK_RECOMM...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/ad92c71dac8c
branches:  trunk
changeset: 488407:ad92c71dac8c
user:      kim <kim%pkgsrc.org@localhost>
date:      Sun Jan 30 17:15:11 2005 +0000

description:
If BUILDLINK_DEPENDS and BUILDLINK_RECOMMENDED are the same, then the latter
can be removed.  (Thanks to reed@ for pointing this out.)

diffstat:

 editors/pico/buildlink3.mk |  3 +--
 1 files changed, 1 insertions(+), 2 deletions(-)

diffs (17 lines):

diff -r 9813f74f8800 -r ad92c71dac8c editors/pico/buildlink3.mk
--- a/editors/pico/buildlink3.mk        Sun Jan 30 12:45:27 2005 +0000
+++ b/editors/pico/buildlink3.mk        Sun Jan 30 17:15:11 2005 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: buildlink3.mk,v 1.4 2005/01/29 21:43:23 kim Exp $
+# $NetBSD: buildlink3.mk,v 1.5 2005/01/30 17:15:11 kim Exp $
 
 BUILDLINK_DEPTH:=      ${BUILDLINK_DEPTH}+
 PICO_BUILDLINK3_MK:=   ${PICO_BUILDLINK3_MK}+
@@ -12,7 +12,6 @@
 
 .if !empty(PICO_BUILDLINK3_MK:M+)
 BUILDLINK_DEPENDS.pico+=       pico>=4.9
-BUILDLINK_RECOMMENDED.pico+=   pico>=4.9
 BUILDLINK_PKGSRCDIR.pico?=     ../../editors/pico
 .endif # PICO_BUILDLINK3_MK
 



Home | Main Index | Thread Index | Old Index