diff options
author | obache <obache@pkgsrc.org> | 2013-03-03 11:55:12 +0000 |
---|---|---|
committer | obache <obache@pkgsrc.org> | 2013-03-03 11:55:12 +0000 |
commit | e1b4e96c6b233339655b0dfc6707b6473ab2fcae (patch) | |
tree | 21173cf1f9e9dad96782bd490aa6610f033b2cb2 /databases/db4/Makefile | |
parent | 1fe311e6da74bee2b11acdaf6e70f4451d875ffe (diff) | |
download | pkgsrc-e1b4e96c6b233339655b0dfc6707b6473ab2fcae.tar.gz |
.so in PLIST are handled by framework, no need to take care here anymore.
Diffstat (limited to 'databases/db4/Makefile')
-rw-r--r-- | databases/db4/Makefile | 9 |
1 files changed, 1 insertions, 8 deletions
diff --git a/databases/db4/Makefile b/databases/db4/Makefile index 7f874a1e2e3..7aa5a029b32 100644 --- a/databases/db4/Makefile +++ b/databases/db4/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.65 2013/03/01 16:10:23 jperkin Exp $ +# $NetBSD: Makefile,v 1.66 2013/03/03 11:55:12 obache Exp $ # # NOTE: # When updating this package, a change in the minor (4.n -> 4.(n+1)) @@ -37,13 +37,6 @@ OPSYSVARS+= LIBSO_LIBS LIBSO_LIBS.SunOS+= -lnsl -lrt CONFIGURE_ENV+= LIBSO_LIBS=${LIBSO_LIBS:Q} -.include "../../mk/bsd.prefs.mk" - -PLIST_VARS+= norm_so -.if ${OPSYS} != "Cygwin" -PLIST.norm_so= yes -.endif - .include "options.mk" # DB4 only want pthreads because it's really after POSIX 1003.1 |