svn commit: r517129 - head/sysutils/am-utils

Cy Schubert cy at FreeBSD.org
Sat Nov 9 15:16:43 UTC 2019


Author: cy
Date: Sat Nov  9 15:16:42 2019
New Revision: 517129
URL: https://svnweb.freebsd.org/changeset/ports/517129

Log:
  Switch to USES=localbase for OPENLDAP option.
  
  PR:		241805
  Submitted by:	amdmi3@

Modified:
  head/sysutils/am-utils/Makefile   (contents, props changed)

Modified: head/sysutils/am-utils/Makefile
==============================================================================
--- head/sysutils/am-utils/Makefile	Sat Nov  9 14:34:05 2019	(r517128)
+++ head/sysutils/am-utils/Makefile	Sat Nov  9 15:16:42 2019	(r517129)
@@ -36,6 +36,7 @@ INSTALL_TARGET=	install-strip
 INFO=		am-utils
 DOCS=		AUTHORS BUGS FAQ NEWS README.attrcache
 
+OPENLDAP_USES=			localbase:ldflags
 OPENLDAP_USE=			OPENLDAP=yes
 OPENLDAP_CONFIGURE_WITH=	ldap
 OPENLDAP_CONFIGURE_ENV=		LDFLAGS="-L${LOCALBASE}/lib" \


More information about the svn-ports-all mailing list