summaryrefslogtreecommitdiff
path: root/Mk/bsd.apache.mk
diff options
context:
space:
mode:
authorBaptiste Daroussin <bapt@FreeBSD.org>2016-03-27 01:23:25 +0000
committerBaptiste Daroussin <bapt@FreeBSD.org>2016-03-27 01:23:25 +0000
commit421767bd88527645cd4058a75e4ccfc620acf467 (patch)
treefc37977964ca6fcbf75112d387272790e3517c83 /Mk/bsd.apache.mk
parent- Update to 3.11.1 (diff)
Remove the now unneeded ${PORTSDIR} from dependency definition in
The infrastructure Makefiles PR: 206569 Exp run by: antoine Differential Revision: D5047
Notes
Notes: svn path=/head/; revision=411970
Diffstat (limited to 'Mk/bsd.apache.mk')
-rw-r--r--Mk/bsd.apache.mk4
1 files changed, 2 insertions, 2 deletions
diff --git a/Mk/bsd.apache.mk b/Mk/bsd.apache.mk
index 8db9c1333ddf..cc86b419c7ed 100644
--- a/Mk/bsd.apache.mk
+++ b/Mk/bsd.apache.mk
@@ -383,11 +383,11 @@ PKGNAMEPREFIX?= ${APACHE_PKGNAMEPREFIX}
.endif
.if defined(USE_APACHE) || defined(USE_APACHE_BUILD)
-BUILD_DEPENDS+= ${APXS}:${PORTSDIR}/${APACHE_PORT}
+BUILD_DEPENDS+= ${APXS}:${APACHE_PORT}
.endif
.if defined(USE_APACHE) || defined(USE_APACHE_RUN)
-RUN_DEPENDS+= ${APXS}:${PORTSDIR}/${APACHE_PORT}
+RUN_DEPENDS+= ${APXS}:${APACHE_PORT}
.endif
PLIST_SUB+= AP_NAME="${SHORTMODNAME}"