Skip to content

Commit

Permalink
Pullup ticket #5280 - requested by sevan
Browse files Browse the repository at this point in the history
sysutils/collectd-network: build fix

Revisions pulled up:
- sysutils/collectd-network/Makefile                            1.2

---
   Module Name:    pkgsrc
   Committed By:   fhajny
   Date:           Thu Apr 13 17:48:27 UTC 2017

   Modified Files:
           pkgsrc/sysutils/collectd-network: Makefile

   Log Message:
   Use a more explicit libgcrypt reference, fixes joyent/pkgsrc#483.
   PKGREVISION++
  • Loading branch information
bsiegert committed Apr 23, 2017
1 parent 0756c82 commit 6536b86
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions sysutils/collectd-network/Makefile
Original file line number Diff line number Diff line change
@@ -1,12 +1,13 @@
# $NetBSD: Makefile,v 1.1 2014/02/17 11:21:55 fhajny Exp $
# $NetBSD: Makefile,v 1.1.26.1 2017/04/23 10:02:37 bsiegert Exp $

COLLECTD_PACKAGE= network
PKGREVISION= 1

COMMENT= Statistics collection daemon - network plugin

.include "../../sysutils/collectd/Makefile.common"

CONFIGURE_ARGS+= --with-libgcrypt=${BUILDLINK_PREFIX.libgcrypt}
CONFIGURE_ARGS+= --with-libgcrypt=${BUILDLINK_PREFIX.libgcrypt}/bin/libgcrypt-config

.include "../../security/libgcrypt/buildlink3.mk"
.include "../../mk/bsd.pkg.mk"

0 comments on commit 6536b86

Please sign in to comment.