summaryrefslogtreecommitdiff
path: root/Mk/Uses/fam.mk
diff options
context:
space:
mode:
authorBaptiste Daroussin <bapt@FreeBSD.org>2015-10-14 16:49:35 +0000
committerBaptiste Daroussin <bapt@FreeBSD.org>2015-10-14 16:49:35 +0000
commit869e1f27d0cd912f612cd1af8dd5491749901f80 (patch)
tree253c001da30db94087f88bf237955915bfb0f012 /Mk/Uses/fam.mk
parentDocument assigned CVE for graphics/optipng (diff)
Drop the necessity to add ${PORTSDIR} to dependency line
Modify make describe to automatically prepend ${PORTSDIR} if the path for the port is not absolute Checked with poudriere, portmaster, portupgrade PR: 203685 Exp-run by: antoine Differential Revision: https://reviews.freebsd.org/D3866
Notes
Notes: svn path=/head/; revision=399278
Diffstat (limited to 'Mk/Uses/fam.mk')
-rw-r--r--Mk/Uses/fam.mk4
1 files changed, 2 insertions, 2 deletions
diff --git a/Mk/Uses/fam.mk b/Mk/Uses/fam.mk
index 66ffa68a0f47..02410344f35c 100644
--- a/Mk/Uses/fam.mk
+++ b/Mk/Uses/fam.mk
@@ -15,8 +15,8 @@
.if !defined(_INCLUDE_USES_FAM_MK)
_INCLUDE_USES_FAM_MK= yes
-_fam_DEPENDS= libfam.so.0:${PORTSDIR}/devel/fam
-_gamin_DEPENDS= libfam.so.0:${PORTSDIR}/devel/gamin
+_fam_DEPENDS= libfam.so.0:devel/fam
+_gamin_DEPENDS= libfam.so.0:devel/gamin
_FAM_SYSTEMS= fam gamin
_DEFAULT_FAM= gamin