pkgsrc-Changes archive

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

CVS commit: pkgsrc/finance/gnucash



Module Name:    pkgsrc
Committed By:   ryoon
Date:           Sat Dec 24 11:05:15 UTC 2016

Modified Files:
        pkgsrc/finance/gnucash: Makefile

Log Message:
Remove duplicate --disable-dbi option


To generate a diff of this commit:
cvs rdiff -u -r1.240 -r1.241 pkgsrc/finance/gnucash/Makefile

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

Modified files:

Index: pkgsrc/finance/gnucash/Makefile
diff -u pkgsrc/finance/gnucash/Makefile:1.240 pkgsrc/finance/gnucash/Makefile:1.241
--- pkgsrc/finance/gnucash/Makefile:1.240       Mon Dec 19 10:19:22 2016
+++ pkgsrc/finance/gnucash/Makefile     Sat Dec 24 11:05:15 2016
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.240 2016/12/19 10:19:22 wiz Exp $
+# $NetBSD: Makefile,v 1.241 2016/12/24 11:05:15 ryoon Exp $
 
 DISTNAME=              gnucash-2.6.15
 CATEGORIES=            finance
@@ -25,7 +25,6 @@ GNU_CONFIGURE=                yes
 INFO_FILES=            YES
 
 CONFIGURE_ARGS+=       --with-html-engine=webkit
-CONFIGURE_ARGS+=       --disable-dbi
 CONFIGURE_ARGS+=       --enable-python
 CONFIGURE_ARGS+=       --with-xdg-data-dirs=${PREFIX}/share
 #CONFIGURE_ARGS+=      GUILE=${PREFIX}/${GUILE20_SUBDIR}/bin/guile



Home | Main Index | Thread Index | Old Index