summaryrefslogtreecommitdiff
path: root/devel/apr
diff options
context:
space:
mode:
authortv <tv@pkgsrc.org>2004-11-08 20:37:45 +0000
committertv <tv@pkgsrc.org>2004-11-08 20:37:45 +0000
commit3baf89af7dd4dae66be05e4b1bb459c06536b4a2 (patch)
treeb8548b65caa1a4ed410a3c45a00bd081218d0564 /devel/apr
parent7f9072bdb7ee2c2757139fd4616446ff229b9403 (diff)
downloadpkgsrc-3baf89af7dd4dae66be05e4b1bb459c06536b4a2.tar.gz
Fix obvious regex typo in conditional.
(This should be PKG_OPTIONS-ized, but needs to be done at the same time as www/apache2.)
Diffstat (limited to 'devel/apr')
-rw-r--r--devel/apr/Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/devel/apr/Makefile b/devel/apr/Makefile
index 4a03df809d2..1372b2e4c12 100644
--- a/devel/apr/Makefile
+++ b/devel/apr/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.25 2004/10/29 11:51:00 minskim Exp $
+# $NetBSD: Makefile,v 1.26 2004/11/08 20:37:45 tv Exp $
PKGNAME= apr-${APR_VERSION}.${APACHE_VERSION}
PKGREVISION= 1
@@ -65,7 +65,7 @@ post-install:
.include "../../www/apache2/Makefile.common"
-.if !empty(APR_USE_DB4:M[Yy][Ee][Ss)
+.if !empty(APR_USE_DB4:M[Yy][Ee][Ss])
.include "../../databases/db4/buildlink3.mk"
.endif