diff options
author | rillig <rillig@pkgsrc.org> | 2007-01-14 15:00:54 +0000 |
---|---|---|
committer | rillig <rillig@pkgsrc.org> | 2007-01-14 15:00:54 +0000 |
commit | 86145582e963fc8508ff461919615d16762b1fa2 (patch) | |
tree | d9ec44e2ca1b3a248e4d417bc8500dca1f9a2afe /mk/bdb.buildlink3.mk | |
parent | 83498b824021e696bdbb4167849a841fec23a943 (diff) | |
download | pkgsrc-86145582e963fc8508ff461919615d16762b1fa2.tar.gz |
Inserted an empty line between two paragraphs, so they look a little
more aesthetic.
Diffstat (limited to 'mk/bdb.buildlink3.mk')
-rw-r--r-- | mk/bdb.buildlink3.mk | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/mk/bdb.buildlink3.mk b/mk/bdb.buildlink3.mk index 57315c12fce..aaf89d20576 100644 --- a/mk/bdb.buildlink3.mk +++ b/mk/bdb.buildlink3.mk @@ -1,4 +1,4 @@ -# $NetBSD: bdb.buildlink3.mk,v 1.18 2006/11/04 22:18:41 rillig Exp $ +# $NetBSD: bdb.buildlink3.mk,v 1.19 2007/01/14 15:00:54 rillig Exp $ # # This Makefile fragment is meant to be included by packages that # require a Berkeley DB implementation. It abstracts finding the @@ -17,7 +17,8 @@ # package can use any of db[234] # package can use db-1.85 or any of db[234] # package can use db-1.85 which is builtin and some subset of db[234] -# This Makefile does not handle +# +# This Makefile does not handle: # packages that need a specific version, e.g. db2 # [in such cases, include ../../database/db2/buildlink3.mk directly] # packages that can use e.g. db3 or db4, but not db2 |