pkgsrc-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[pkgsrc/trunk]: pkgsrc/mk add missing }.



details:   https://anonhg.NetBSD.org/pkgsrc/rev/b5a24c7948b5
branches:  trunk
changeset: 464495:b5a24c7948b5
user:      grant <grant%pkgsrc.org@localhost>
date:      Thu Dec 11 13:51:28 2003 +0000

description:
add missing }.

from Aidan Kehoe in PR pkg/23676.

diffstat:

 mk/apache.mk |  4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)

diffs (18 lines):

diff -r 6b7d26a2f6f8 -r b5a24c7948b5 mk/apache.mk
--- a/mk/apache.mk      Thu Dec 11 09:57:20 2003 +0000
+++ b/mk/apache.mk      Thu Dec 11 13:51:28 2003 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: apache.mk,v 1.4 2003/11/25 11:42:09 jlam Exp $
+# $NetBSD: apache.mk,v 1.5 2003/12/11 13:51:28 grant 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_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



Home | Main Index | Thread Index | Old Index