diff options
author | Matthias Andree <mandree@FreeBSD.org> | 2011-05-23 12:09:06 +0000 |
---|---|---|
committer | Matthias Andree <mandree@FreeBSD.org> | 2011-05-23 12:09:06 +0000 |
commit | ff9b5de54fe9e51a3ec5f52c53c1166f2945459e (patch) | |
tree | 644895321175f40819af816f79684748475fa824 /Mk | |
parent | c40d46626718fe236febdc04b97c6cbef19acec2 (diff) | |
download | ports-ff9b5de54fe9e51a3ec5f52c53c1166f2945459e.tar.gz ports-ff9b5de54fe9e51a3ec5f52c53c1166f2945459e.zip |
Notes
Diffstat (limited to 'Mk')
-rw-r--r-- | Mk/bsd.database.mk | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/Mk/bsd.database.mk b/Mk/bsd.database.mk index 100099535ba9..65d386aa399d 100644 --- a/Mk/bsd.database.mk +++ b/Mk/bsd.database.mk @@ -230,9 +230,8 @@ CONFIGURE_ENV+= CPPFLAGS="${CPPFLAGS}" LDFLAGS="${LDFLAGS}" .if defined(USE_BDB) -_DB_PORTS= 3 40 41 42 43 44 45 46 47 48 51 3+ 40+ 41+ 42+ 43+ 44+ 45+ 46+ 47+ 48+ 51+ +_DB_PORTS= 40 41 42 43 44 45 46 47 48 51 40+ 41+ 42+ 43+ 44+ 45+ 46+ 47+ 48+ 51+ # Dependence lines for different db versions -db3_DEPENDS= db3.3:${PORTSDIR}/databases/db3 db40_DEPENDS= db4.0:${PORTSDIR}/databases/db4 db41_DEPENDS= db41.1:${PORTSDIR}/databases/db41 db42_DEPENDS= db-4.2.2:${PORTSDIR}/databases/db42 @@ -256,7 +255,6 @@ db48_FIND= ${LOCALBASE}/include/db48/db.h db51_FIND= ${LOCALBASE}/include/db51/db.h # For specifying [40, 41, ..]+ -_DB_3P= ${_DB_40P} _DB_40P= 40 ${_DB_41P} _DB_41P= 41 ${_DB_42P} _DB_42P= 42 ${_DB_43P} |