diff options
author | Maxim Sobolev <sobomax@FreeBSD.org> | 2000-06-16 10:38:50 +0000 |
---|---|---|
committer | Maxim Sobolev <sobomax@FreeBSD.org> | 2000-06-16 10:38:50 +0000 |
commit | 5178b48938d20e336ec57a055a01cb66105cd20c (patch) | |
tree | 7b629f06e72f052bb88c209caf447e4bb6077033 /databases/db4 | |
parent | 5146cba1d9ca51f1f11a5ec365f8b409d99ecc15 (diff) | |
download | ports-5178b48938d20e336ec57a055a01cb66105cd20c.tar.gz ports-5178b48938d20e336ec57a055a01cb66105cd20c.zip |
Notes
Diffstat (limited to 'databases/db4')
-rw-r--r-- | databases/db4/Makefile | 3 | ||||
-rw-r--r-- | databases/db4/pkg-plist | 2 |
2 files changed, 2 insertions, 3 deletions
diff --git a/databases/db4/Makefile b/databases/db4/Makefile index 7fcdb5d92877..3150c3af63e3 100644 --- a/databases/db4/Makefile +++ b/databases/db4/Makefile @@ -17,7 +17,8 @@ Y2K= http://www.sleepycat.com/faq.html#A8 MANUAL_PACKAGE_BUILD= incompatible with libc internal db calls WRKSRC= ${WRKDIR}/${DISTNAME}/build_unix -GNU_CONFIGURE= YES +INSTALLS_SHLIBS= yes +GNU_CONFIGURE= yes CONFIGURE_SCRIPT= ../dist/configure CONFIGURE_ARGS= --enable-compat185 \ --enable-dump185 --enable-cxx diff --git a/databases/db4/pkg-plist b/databases/db4/pkg-plist index 664a0b2700e4..961bc047a6e4 100644 --- a/databases/db4/pkg-plist +++ b/databases/db4/pkg-plist @@ -562,5 +562,3 @@ share/examples/db2/examples_java/TpcbExample.java @dirrm share/doc/db2/api_java @dirrm share/doc/db2/images @dirrm share/doc/db2 -@exec /usr/bin/env OBJFORMAT=%%PORTOBJFORMAT%% /sbin/ldconfig -m %B -@unexec /usr/bin/env OBJFORMAT=%%PORTOBJFORMAT%% /sbin/ldconfig -R |