summaryrefslogtreecommitdiff
path: root/mk
diff options
context:
space:
mode:
authorjmcneill <jmcneill>2009-03-17 14:45:19 +0000
committerjmcneill <jmcneill>2009-03-17 14:45:19 +0000
commitec087cd028a78fd9a95f0ed53d0bd5acfa1eec23 (patch)
treec29789532eecc0ced836da44629102995c2ab360 /mk
parent83f5d8159814d95e6093b5d8a6b4a24629a6324c (diff)
downloadpkgsrc-ec087cd028a78fd9a95f0ed53d0bd5acfa1eec23.tar.gz
gamin isn't ready yet, so switch back to fam
Diffstat (limited to 'mk')
-rw-r--r--mk/fam.buildlink3.mk4
1 files changed, 2 insertions, 2 deletions
diff --git a/mk/fam.buildlink3.mk b/mk/fam.buildlink3.mk
index 2ca679f48e0..e0c0a8e9591 100644
--- a/mk/fam.buildlink3.mk
+++ b/mk/fam.buildlink3.mk
@@ -1,4 +1,4 @@
-# $NetBSD: fam.buildlink3.mk,v 1.6 2009/03/15 21:47:44 jmcneill Exp $
+# $NetBSD: fam.buildlink3.mk,v 1.7 2009/03/17 14:45:19 jmcneill Exp $
#
# This Makefile fragment is meant to be included by packages that
# require a FAM implementation. fam.buildlink3.mk will:
@@ -23,7 +23,7 @@ MK_FAM_BUILDLINK3_MK:= ${MK_FAM_BUILDLINK3_MK}+
.include "../../mk/bsd.prefs.mk"
.if !empty(MK_FAM_BUILDLINK3_MK:M+)
-FAM_DEFAULT?= gamin
+FAM_DEFAULT?= fam
FAM_ACCEPTED?= ${_FAM_PKGS}
# This is an exhaustive list of all of the FAM implementations that may