diff options
author | wiz <wiz@pkgsrc.org> | 2005-09-13 07:10:54 +0000 |
---|---|---|
committer | wiz <wiz@pkgsrc.org> | 2005-09-13 07:10:54 +0000 |
commit | d1e49d112938869755da09bc137a2822b2450a2a (patch) | |
tree | b86006d9f726932e9743a555ac873b14458a2a2e | |
parent | 5f9908eb427cbeff2dc1970f8892bfa291d9f2b5 (diff) | |
download | pkgsrc-d1e49d112938869755da09bc137a2822b2450a2a.tar.gz |
Add missing include for zlib. From pancake in PR 31305.
-rw-r--r-- | devel/cvsync/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/devel/cvsync/Makefile b/devel/cvsync/Makefile index bce68385d05..cf066a14da1 100644 --- a/devel/cvsync/Makefile +++ b/devel/cvsync/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.74 2005/07/28 15:01:08 wiz Exp $ +# $NetBSD: Makefile,v 1.75 2005/09/13 07:10:54 wiz Exp $ # DISTNAME= cvsync-0.24.18 @@ -59,5 +59,6 @@ post-install: ${INSTALL_DATA} ${WRKSRC}/samples/cvsyncd-NetBSD.conf ${EGDIR} ${INSTALL_DATA} ${WRKSRC}/samples/cvsyncd-OpenBSD.conf ${EGDIR} +.include "../../devel/zlib/buildlink3.mk" .include "../../mk/pthread.buildlink3.mk" .include "../../mk/bsd.pkg.mk" |