Convert to use bdb.bl3.mk, and set USE_LANGUAGES to "c c++".
This commit is contained in:
parent
3c971e1670
commit
b6d3e6ce48
1 changed files with 4 additions and 2 deletions
|
@ -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 @@ HOMEPAGE= http://htdig.sourceforge.net/
|
|||
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= -c ${DISTNAME}/db*
|
|||
EXTRACT_ELEMENTS= --exclude ${DISTNAME}/db*
|
||||
.endif
|
||||
|
||||
.include "../../databases/db/buildlink3.mk"
|
||||
.include "../../mk/bdb.buildlink3.mk"
|
||||
.include "../../mk/bsd.pkg.mk"
|
||||
|
|
Loading…
Reference in a new issue