pkgsrc-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[pkgsrc/trunk]: pkgsrc/devel/subversion-base Fix build: use PKG_BUILD_OPTIONS...
details: https://anonhg.NetBSD.org/pkgsrc/rev/c954adcbb60b
branches: trunk
changeset: 493546:c954adcbb60b
user: seb <seb%pkgsrc.org@localhost>
date: Mon May 09 12:53:23 2005 +0000
description:
Fix build: use PKG_BUILD_OPTIONS.apr instead of PKG_OPTIONS.apr.
diffstat:
devel/subversion-base/Makefile | 6 +++---
1 files changed, 3 insertions(+), 3 deletions(-)
diffs (27 lines):
diff -r 557e277b6bcb -r c954adcbb60b devel/subversion-base/Makefile
--- a/devel/subversion-base/Makefile Mon May 09 12:24:38 2005 +0000
+++ b/devel/subversion-base/Makefile Mon May 09 12:53:23 2005 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.24 2005/03/21 20:40:01 minskim Exp $
+# $NetBSD: Makefile,v 1.25 2005/05/09 12:53:23 seb Exp $
PKGNAME= subversion-base-${SVNVER}
COMMENT= Version control system, base programs and libraries
@@ -9,7 +9,7 @@
BUILD_USES_MSGFMT= yes
-BUILD_DEFS+= PKG_OPTIONS.apr
+BUILD_DEFS+= PKG_BUILD_OPTIONS.apr
CONFIGURE_ARGS+= --without-apache
CONFIGURE_ARGS+= --without-apxs
@@ -20,7 +20,7 @@
.include "../../devel/apr/buildlink3.mk"
.include "../../www/neon/buildlink3.mk"
-.if !empty(PKG_OPTIONS.apr:Mdb4)
+.if !empty(PKG_BUILD_OPTIONS.apr:Mdb4)
PLIST_SRC= ${PKGDIR}/PLIST ${PKGDIR}/PLIST.bdb
.else
CONFIGURE_ARGS+= --without-berkeley-db
Home |
Main Index |
Thread Index |
Old Index