pkgsrc-Changes archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

CVS commit: pkgsrc/misc/fbreader



Module Name:    pkgsrc
Committed By:   wiedi
Date:           Sun Sep 18 16:49:53 UTC 2016

Modified Files:
        pkgsrc/misc/fbreader: Makefile

Log Message:
needs sqlite3


To generate a diff of this commit:
cvs rdiff -u -r1.43 -r1.44 pkgsrc/misc/fbreader/Makefile

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

Modified files:

Index: pkgsrc/misc/fbreader/Makefile
diff -u pkgsrc/misc/fbreader/Makefile:1.43 pkgsrc/misc/fbreader/Makefile:1.44
--- pkgsrc/misc/fbreader/Makefile:1.43  Wed Aug  3 10:23:08 2016
+++ pkgsrc/misc/fbreader/Makefile       Sun Sep 18 16:49:53 2016
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.43 2016/08/03 10:23:08 adam Exp $
+# $NetBSD: Makefile,v 1.44 2016/09/18 16:49:53 wiedi Exp $
 
 DISTNAME=      fbreader-sources-0.99.4
 PKGNAME=       ${DISTNAME:S/-sources//}
@@ -31,6 +31,7 @@ CPPFLAGS+=    -DDO_ICONV_CAST
 
 .include "../../archivers/bzip2/buildlink3.mk"
 .include "../../converters/fribidi/buildlink3.mk"
+.include "../../databases/sqlite3/buildlink3.mk"
 .include "../../devel/zlib/buildlink3.mk"
 .include "../../mk/jpeg.buildlink3.mk"
 .include "../../graphics/png/buildlink3.mk"



Home | Main Index | Thread Index | Old Index