summaryrefslogtreecommitdiff
path: root/Mk/Uses/mono.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/mono.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/mono.mk')
-rw-r--r--Mk/Uses/mono.mk4
1 files changed, 2 insertions, 2 deletions
diff --git a/Mk/Uses/mono.mk b/Mk/Uses/mono.mk
index 1ca6f96f76e0..347131cf6be7 100644
--- a/Mk/Uses/mono.mk
+++ b/Mk/Uses/mono.mk
@@ -19,8 +19,8 @@ IGNORE= USES=mono takes no arguments
MONO_SHARED_DIR= ${WRKDIR}
CONFIGURE_ENV+= MONO_SHARED_DIR="${MONO_SHARED_DIR}"
MAKE_ENV+= MONO_SHARED_DIR="${MONO_SHARED_DIR}" TZ=UTC
-BUILD_DEPENDS+= mono:${PORTSDIR}/lang/mono
-RUN_DEPENDS+= mono:${PORTSDIR}/lang/mono
+BUILD_DEPENDS+= mono:lang/mono
+RUN_DEPENDS+= mono:lang/mono
# Set the location that webaps served by XSP should use.
XSP_DOCROOT= ${PREFIX}/www/xsp