pkgsrc-Changes archive

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

CVS commit: pkgsrc/net/gift-fasttrack



Module Name:    pkgsrc
Committed By:   nia
Date:           Fri May 14 13:13:22 UTC 2021

Modified Files:
        pkgsrc/net/gift-fasttrack: Makefile

Log Message:
gift-fasttrack: needs zlib


To generate a diff of this commit:
cvs rdiff -u -r1.12 -r1.13 pkgsrc/net/gift-fasttrack/Makefile

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

Modified files:

Index: pkgsrc/net/gift-fasttrack/Makefile
diff -u pkgsrc/net/gift-fasttrack/Makefile:1.12 pkgsrc/net/gift-fasttrack/Makefile:1.13
--- pkgsrc/net/gift-fasttrack/Makefile:1.12     Tue Aug  1 16:47:42 2017
+++ pkgsrc/net/gift-fasttrack/Makefile  Fri May 14 13:13:21 2021
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.12 2017/08/01 16:47:42 wiz Exp $
+# $NetBSD: Makefile,v 1.13 2021/05/14 13:13:21 nia Exp $
 #
 
 DISTNAME=      giFT-FastTrack-0.8.9
@@ -17,5 +17,6 @@ USE_LIBTOOL=          yes
 USE_TOOLS+=            pkg-config
 GNU_CONFIGURE=         yes
 
+.include "../../devel/zlib/buildlink3.mk"
 .include "../../net/gift/buildlink3.mk"
 .include "../../mk/bsd.pkg.mk"



Home | Main Index | Thread Index | Old Index