diff options
author | nia <nia@pkgsrc.org> | 2021-05-14 13:13:21 +0000 |
---|---|---|
committer | nia <nia@pkgsrc.org> | 2021-05-14 13:13:21 +0000 |
commit | ae236620aeb33de3c5cf600060e0cd8d4ca61a41 (patch) | |
tree | 57d71c418b0a9b089db71c3e3a8c57b8f2e7afb2 | |
parent | 2a15d6c06523625f451823701d68fb7f5e7e8dc0 (diff) | |
download | pkgsrc-ae236620aeb33de3c5cf600060e0cd8d4ca61a41.tar.gz |
gift-fasttrack: needs zlib
-rw-r--r-- | net/gift-fasttrack/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/net/gift-fasttrack/Makefile b/net/gift-fasttrack/Makefile index d63043a2e3f..baabc269cbe 100644 --- a/net/gift-fasttrack/Makefile +++ b/net/gift-fasttrack/Makefile @@ -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" |