pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/www/htdig Convert to use bdb.bl3.mk, and set USE_LANGU...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/02c8d2a01088
branches:  trunk
changeset: 475807:02c8d2a01088
user:      wiz <wiz%pkgsrc.org@localhost>
date:      Wed May 26 20:40:50 2004 +0000

description:
Convert to use bdb.bl3.mk, and set USE_LANGUAGES to "c c++".

diffstat:

 www/htdig/Makefile |  6 ++++--
 1 files changed, 4 insertions(+), 2 deletions(-)

diffs (26 lines):

diff -r 1d249e0f2402 -r 02c8d2a01088 www/htdig/Makefile
--- a/www/htdig/Makefile        Wed May 26 20:26:29 2004 +0000
+++ b/www/htdig/Makefile        Wed May 26 20:40:50 2004 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.18 2004/04/30 05:25:59 snj Exp $
+# $NetBSD: Makefile,v 1.19 2004/05/26 20:40:50 wiz Exp $
 
 DISTNAME=      htdig-3.1.6
 CATEGORIES=    www databases
@@ -16,7 +16,9 @@
 COMMENT=       WWW indexing and searching system
 
 USE_BUILDLINK3=        YES
+USE_LANGUAGES= c c++
 USE_PKGINSTALL=        YES
+BDB_ACCEPTED=  db2
 
 GNU_CONFIGURE= yes
 CONFIGURE_ARGS=        --with-cgi-bin-dir=${PREFIX}/libexec/cgi-bin \
@@ -49,5 +51,5 @@
 EXTRACT_ELEMENTS= --exclude ${DISTNAME}/db*
 .endif
 
-.include "../../databases/db/buildlink3.mk"
+.include "../../mk/bdb.buildlink3.mk"
 .include "../../mk/bsd.pkg.mk"



Home | Main Index | Thread Index | Old Index