Skip to content

Commit

Permalink
Use a more explicit libgcrypt reference, fixes joyent/pkgsrc#483. PKG…
Browse files Browse the repository at this point in the history
…REVISION++
  • Loading branch information
fhajny committed Apr 13, 2017
1 parent 8b7211b commit a7713c6
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.2 2017/04/13 17:48:27 fhajny 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 a7713c6

Please sign in to comment.