svn commit: r302667 - head/sysutils/rsyslog6-gnutls

Brad Davis brd at FreeBSD.org
Fri Aug 17 05:04:29 UTC 2012


Author: brd (doc committer)
Date: Fri Aug 17 05:04:28 2012
New Revision: 302667
URL: http://svn.freebsd.org/changeset/ports/302667

Log:
  - Add USE_PKGCONFIG to fix configure. For some reason this did not show
    up in redports, but did in QAT after the commit.

Modified:
  head/sysutils/rsyslog6-gnutls/Makefile

Modified: head/sysutils/rsyslog6-gnutls/Makefile
==============================================================================
--- head/sysutils/rsyslog6-gnutls/Makefile	Fri Aug 17 04:34:23 2012	(r302666)
+++ head/sysutils/rsyslog6-gnutls/Makefile	Fri Aug 17 05:04:28 2012	(r302667)
@@ -14,6 +14,8 @@ MNAME=	gnutls
 LIB_DEPENDS+=	gnutls.47:${PORTSDIR}/security/gnutls \
 		gcrypt.18:${PORTSDIR}/security/libgcrypt
 
+USE_PKGCONFIG=	yes
+
 CONFIGURE_ARGS+=--enable-gnutls
 
 PLIST_FILES+=	lib/rsyslog/lmnsd_gtls.la \



More information about the svn-ports-head mailing list