pkgsrc-Changes archive

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

CVS commit: pkgsrc/www/ufdbguard



Module Name:    pkgsrc
Committed By:   nia
Date:           Sun Jul  9 09:11:51 UTC 2023

Modified Files:
        pkgsrc/www/ufdbguard: Makefile

Log Message:
ufdbguard: Add missing dependencies.


To generate a diff of this commit:
cvs rdiff -u -r1.3 -r1.4 pkgsrc/www/ufdbguard/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/ufdbguard/Makefile
diff -u pkgsrc/www/ufdbguard/Makefile:1.3 pkgsrc/www/ufdbguard/Makefile:1.4
--- pkgsrc/www/ufdbguard/Makefile:1.3   Tue Jun 28 11:37:50 2022
+++ pkgsrc/www/ufdbguard/Makefile       Sun Jul  9 09:11:51 2023
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.3 2022/06/28 11:37:50 wiz Exp $
+# $NetBSD: Makefile,v 1.4 2023/07/09 09:11:51 nia Exp $
 
 DISTNAME=      ufdbGuard-${VERSION}
 VERSION=       1.35.3
@@ -55,5 +55,7 @@ post-install:
        ${INSTALL_DATA} ${WRKSRC}/src/security/cacerts \
                ${DESTDIR}${PREFIX}/${EGDIR}/cacerts
 
+.include "../../archivers/bzip2/buildlink3.mk"
+.include "../../devel/zlib/buildlink3.mk"
 .include "../../security/openssl/buildlink3.mk"
 .include "../../mk/bsd.pkg.mk"



Home | Main Index | Thread Index | Old Index