summaryrefslogtreecommitdiff
path: root/databases/tdb/Makefile
diff options
context:
space:
mode:
authorKirill Ponomarev <krion@FreeBSD.org>2003-08-17 18:28:02 +0000
committerKirill Ponomarev <krion@FreeBSD.org>2003-08-17 18:28:02 +0000
commit762a33b4663d49ce37b566a71bb30497b13251f8 (patch)
tree8f6540e89c11bbbf51ccfc1dbe4737746ffcb9ce /databases/tdb/Makefile
parentBump PORTREVISION, not PORTEPOCH (diff)
- Remove gdbm dependency
- Fix build on -current PR: 55658 Submitted by: Matthias Andree <matthias.andree@gmx.de>
Diffstat (limited to 'databases/tdb/Makefile')
-rw-r--r--databases/tdb/Makefile11
1 files changed, 5 insertions, 6 deletions
diff --git a/databases/tdb/Makefile b/databases/tdb/Makefile
index df14cafd91f4..0bc625185753 100644
--- a/databases/tdb/Makefile
+++ b/databases/tdb/Makefile
@@ -8,6 +8,7 @@
PORTNAME= tdb
PORTVERSION= 1.0.6
+PORTREVISION= 1
CATEGORIES= databases
MASTER_SITES= ${MASTER_SITE_SOURCEFORGE}
MASTER_SITE_SUBDIR= ${PORTNAME}
@@ -15,12 +16,10 @@ MASTER_SITE_SUBDIR= ${PORTNAME}
MAINTAINER= ports@FreeBSD.org
COMMENT= Trivial Database
-LIB_DEPENDS= gdbm:${PORTSDIR}/databases/gdbm
-
-USE_LIBTOOL= yes
-CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include" \
- LDFLAGS="-L${LOCALBASE}/lib"
-INSTALLS_SHLIB= yes
+USE_AUTOMAKE_VER= 14
+USE_AUTOCONF_VER= 213
+USE_LIBTOOL_VER= 13
+INSTALLS_SHLIB= yes
MAN3= tdb.3 tdb_chainlock.3 tdb_close.3 tdb_delete.3 tdb_error.3 \
tdb_exists.3 tdb_fetch.3 tdb_firstkey.3 tdb_open.3 tdb_store.3 \