htdavlock: needs apache
This commit is contained in:
parent
21e3dd8d51
commit
f06e4bbec9
1 changed files with 5 additions and 3 deletions
|
@ -1,4 +1,4 @@
|
|||
# $NetBSD: Makefile,v 1.9 2020/03/08 16:51:36 wiz Exp $
|
||||
# $NetBSD: Makefile,v 1.10 2020/03/16 14:27:57 tnn Exp $
|
||||
|
||||
DISTNAME= htdavlock-0.2
|
||||
PKGREVISION= 8
|
||||
|
@ -10,10 +10,12 @@ HOMEPAGE= https://ftp.espci.fr/pub/htdavlock/
|
|||
COMMENT= Apache mod_dav_fs lock database management tool
|
||||
LICENSE= original-bsd
|
||||
|
||||
GNU_CONFIGURE= yes
|
||||
USE_TOOLS+= pkg-config
|
||||
GNU_CONFIGURE= yes
|
||||
USE_TOOLS+= pkg-config
|
||||
CONFIGURE_ARGS+= --with-apxs=${APXS}
|
||||
|
||||
.include "../../devel/apr/buildlink3.mk"
|
||||
.include "../../devel/apr-util/buildlink3.mk"
|
||||
.include "../../www/curl/buildlink3.mk"
|
||||
.include "../../mk/apache.mk"
|
||||
.include "../../mk/bsd.pkg.mk"
|
||||
|
|
Loading…
Reference in a new issue