diff options
author | Kirill Ponomarev <krion@FreeBSD.org> | 2004-01-14 21:13:42 +0000 |
---|---|---|
committer | Kirill Ponomarev <krion@FreeBSD.org> | 2004-01-14 21:13:42 +0000 |
commit | ec1d041e563be6d93b91ee5c4365d00b178fe347 (patch) | |
tree | eafe40c2017c0fe884a5bc7e2510e1c346c5afa5 /databases/db44/Makefile | |
parent | ab97728208653c9abd4e05d5a90eba3989792082 (diff) |
- Install libdb-4.2.so and libdb_cxx-4.2.so so that gcc -ldb-4.2
works. These are symlinks to libdb*-4.2.so.2 (the SONAME).
- Bump PORTREVISION
PR: 61283
Submitted by: maintainer
Notes
Notes:
svn path=/head/; revision=98172
Diffstat (limited to 'databases/db44/Makefile')
-rw-r--r-- | databases/db44/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/databases/db44/Makefile b/databases/db44/Makefile index 2969705a4cfb..059f99798e61 100644 --- a/databases/db44/Makefile +++ b/databases/db44/Makefile @@ -7,6 +7,7 @@ PORTNAME= db42 PORTVERSION= 4.2.52 +PORTREVISION= 1 CATEGORIES= databases PKGNAMESUFFIX?= |