diff options
-rw-r--r-- | ftparchive/makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/ftparchive/makefile b/ftparchive/makefile index 362c29198..c53ecff72 100644 --- a/ftparchive/makefile +++ b/ftparchive/makefile @@ -16,6 +16,6 @@ SOURCE = apt-ftparchive.cc cachedb.cc writer.cc contents.cc override.cc \ include $(PROGRAM_H) else PROGRAM=apt-ftparchive -MESSAGE="Must have db2 to build apt-ftparchive" +MESSAGE="Must have libdb to build apt-ftparchive" include $(FAIL_H) endif # ifdef BDBLIB |