pkgsrc-Changes archive

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

CVS commit: pkgsrc/www/htdavlock



Module Name:    pkgsrc
Committed By:   tnn
Date:           Mon Mar 16 14:27:57 UTC 2020

Modified Files:
        pkgsrc/www/htdavlock: Makefile

Log Message:
htdavlock: needs apache


To generate a diff of this commit:
cvs rdiff -u -r1.9 -r1.10 pkgsrc/www/htdavlock/Makefile

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

Modified files:

Index: pkgsrc/www/htdavlock/Makefile
diff -u pkgsrc/www/htdavlock/Makefile:1.9 pkgsrc/www/htdavlock/Makefile:1.10
--- pkgsrc/www/htdavlock/Makefile:1.9   Sun Mar  8 16:51:36 2020
+++ pkgsrc/www/htdavlock/Makefile       Mon Mar 16 14:27:57 2020
@@ -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/htdav
 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"



Home | Main Index | Thread Index | Old Index