summaryrefslogtreecommitdiff
path: root/finance/gnucash
diff options
context:
space:
mode:
authorDon Lewis <truckman@FreeBSD.org>2015-05-20 21:56:42 +0000
committerDon Lewis <truckman@FreeBSD.org>2015-05-20 21:56:42 +0000
commit566131de7c0b665e8340f5e05bfcbdc369483bff (patch)
tree674805efb878bc2198973803ba106ce74917acee /finance/gnucash
parentFix patching (diff)
Unbreak finance/gnucash build with GUILE2 option.
Removal of the /usr/bin/perl symlink exposed a perl script used by the build that needs shebangfix. PR: 200251 Approved by: mat (mentor, implicit)
Notes
Notes: svn path=/head/; revision=386897
Diffstat (limited to 'finance/gnucash')
-rw-r--r--finance/gnucash/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/finance/gnucash/Makefile b/finance/gnucash/Makefile
index 0b22b0513f86..6070ebf0f5c3 100644
--- a/finance/gnucash/Makefile
+++ b/finance/gnucash/Makefile
@@ -68,7 +68,7 @@ CPPFLAGS+= -I${LOCALBASE}/include
LDFLAGS+= -L${LOCALBASE}/lib
CONFIGURE_ARGS= --disable-error-on-warning \
--disable-doxygen
-SHEBANG_FILES= src/quotes/gnc-fq-dump
+SHEBANG_FILES= src/gnc-test-env.pl src/quotes/gnc-fq-dump
GLIB_SCHEMAS= org.gnucash.dialogs.business.gschema.xml \
org.gnucash.dialogs.checkprinting.gschema.xml \