diff options
author | knu <knu@FreeBSD.org> | 2001-02-24 00:52:37 +0800 |
---|---|---|
committer | knu <knu@FreeBSD.org> | 2001-02-24 00:52:37 +0800 |
commit | af5e1b2073dcefa0d325f79fea9c5d5569cfc3cc (patch) | |
tree | 958c21591bb4d9fc221dc0a1e4c8fc7e7bc2275e /net/openldap | |
parent | 977b56c162941dd0116cff9f3071e9018fe6544c (diff) | |
download | freebsd-ports-gnome-af5e1b2073dcefa0d325f79fea9c5d5569cfc3cc.tar.gz freebsd-ports-gnome-af5e1b2073dcefa0d325f79fea9c5d5569cfc3cc.tar.zst freebsd-ports-gnome-af5e1b2073dcefa0d325f79fea9c5d5569cfc3cc.zip |
Define INSTALLS_SHLIB.
Diffstat (limited to 'net/openldap')
-rw-r--r-- | net/openldap/Makefile | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/net/openldap/Makefile b/net/openldap/Makefile index 5cdce9acb1a8..29219ba63c22 100644 --- a/net/openldap/Makefile +++ b/net/openldap/Makefile @@ -43,6 +43,8 @@ CONFIGURE_ARGS+= --enable-ldbm \ --with-ldbm-api=db2 .endif +INSTALLS_SHLIB= yes + BINS= bin/ldapadd \ bin/ldapdelete \ bin/ldapmodify \ |