diff options
author | Antoine Brodin <antoine@FreeBSD.org> | 2014-07-25 21:45:47 +0000 |
---|---|---|
committer | Antoine Brodin <antoine@FreeBSD.org> | 2014-07-25 21:45:47 +0000 |
commit | e3b77117a3d611d6464c1a31cfbe65c77d6f7fcc (patch) | |
tree | 31fb4982a2f3a6ac46a91edc44c6179270527904 /sysutils | |
parent | 80d9cab3df79ae15221dcfdde745b45c82a955ab (diff) |
Notes
Diffstat (limited to 'sysutils')
-rw-r--r-- | sysutils/ldapenter/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sysutils/ldapenter/Makefile b/sysutils/ldapenter/Makefile index af7d6e6c9f9a..3aebcf0107a6 100644 --- a/sysutils/ldapenter/Makefile +++ b/sysutils/ldapenter/Makefile @@ -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 \ |