pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/mk gamin finally works on NetBSD now. Enable it as a ...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/2ced260ea085
branches:  trunk
changeset: 498814:2ced260ea085
user:      jlam <jlam%pkgsrc.org@localhost>
date:      Sat Sep 03 21:34:19 2005 +0000

description:
gamin finally works on NetBSD now.  Enable it as a FAM implementation
choice.

diffstat:

 mk/fam.buildlink3.mk |  4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)

diffs (18 lines):

diff -r c2e567348f0a -r 2ced260ea085 mk/fam.buildlink3.mk
--- a/mk/fam.buildlink3.mk      Sat Sep 03 21:30:11 2005 +0000
+++ b/mk/fam.buildlink3.mk      Sat Sep 03 21:34:19 2005 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: fam.buildlink3.mk,v 1.3 2005/08/29 23:16:33 jlam Exp $
+# $NetBSD: fam.buildlink3.mk,v 1.4 2005/09/03 21:34:19 jlam Exp $
 #
 # This Makefile fragment is meant to be included by packages that
 # require a FAM implementation.  fam.buildlink3.mk will:
@@ -26,7 +26,7 @@
 # This is an exhaustive list of all of the FAM implementations that may
 # be used with fam.buildlink3.mk, in order of precedence.
 #
-_FAM_PKGS?=    fam # XXX gamin
+_FAM_PKGS?=    fam gamin
 
 _FAM_DEFAULT=  ${FAM_DEFAULT}
 _FAM_ACCEPTED= ${FAM_ACCEPTED}



Home | Main Index | Thread Index | Old Index