svn commit: r362936 - head/sysutils/ldapenter

Antoine Brodin antoine at FreeBSD.org
Fri Jul 25 21:45:47 UTC 2014


Author: antoine
Date: Fri Jul 25 21:45:47 2014
New Revision: 362936
URL: http://svnweb.freebsd.org/changeset/ports/362936
QAT: https://qat.redports.org/buildarchive/r362936/

Log:
  Fix

Modified:
  head/sysutils/ldapenter/Makefile

Modified: head/sysutils/ldapenter/Makefile
==============================================================================
--- head/sysutils/ldapenter/Makefile	Fri Jul 25 21:43:13 2014	(r362935)
+++ head/sysutils/ldapenter/Makefile	Fri Jul 25 21:45:47 2014	(r362936)
@@ -15,7 +15,7 @@ LICENSE=	BSD
 MAKEFILE=	BSDmakefile
 USE_BZIP2=	yes
 USE_OPENLDAP=	24
-LDFLAGS+=	-L${LOCALBASE}/lib -llber-2.4
+LDFLAGS+=	-L${LOCALBASE}/lib -llber
 
 PLIST_FILES=	bin/ldapform \
 		bin/ldapedit \


More information about the svn-ports-head mailing list