summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authoragc <agc>2003-12-12 11:44:05 +0000
committeragc <agc>2003-12-12 11:44:05 +0000
commit52a6918d19e8e6f4f3a143f0a44bcf8157df3b9a (patch)
treed1eb6b82180484b6675d95837510b3d10fca0e91
parentf23e8a9b91e5f83592f53c8c0c9ee7bf49db898e (diff)
downloadpkgsrc-52a6918d19e8e6f4f3a143f0a44bcf8157df3b9a.tar.gz
Pullup a typo fix to the pkgsrc-2003Q4 branch, requested by Grant Beattie.
Module Name: pkgsrc Committed By: grant Date: Thu Dec 11 13:51:28 UTC 2003 Modified Files: pkgsrc/mk: apache.mk Log Message: add missing }. from Aidan Kehoe in PR pkg/23676.
-rw-r--r--mk/apache.mk4
1 files changed, 2 insertions, 2 deletions
diff --git a/mk/apache.mk b/mk/apache.mk
index c1de7348fed..176d2125893 100644
--- a/mk/apache.mk
+++ b/mk/apache.mk
@@ -1,4 +1,4 @@
-# $NetBSD: apache.mk,v 1.3 2003/11/21 07:04:43 grant Exp $
+# $NetBSD: apache.mk,v 1.3.2.1 2003/12/12 11:44:05 agc Exp $
#
# This Makefile fragment handles Apache dependencies and make variables,
# and is meant to be included by packages that require Apache either at
@@ -124,7 +124,7 @@ _APACHE_PKGSRCDIR= ../../www/apache6
_APACHE_BL_SRCDIR?= ../../www/apache
-_APACHE_DEPENDENCY?= ${BUILDLINK_DEPENDS.${_PKG_APACHE}:${_APACHE_PKGSRCDIR}
+_APACHE_DEPENDENCY?= ${BUILDLINK_DEPENDS.${_PKG_APACHE}}:${_APACHE_PKGSRCDIR}
# Add a runtime dependency on the apache server.
# This may or may not create an actual dependency depending on