diff options
author | truckman <truckman@FreeBSD.org> | 2015-05-21 05:56:42 +0800 |
---|---|---|
committer | truckman <truckman@FreeBSD.org> | 2015-05-21 05:56:42 +0800 |
commit | 2e47684fc83b13de7781622480093994c585928a (patch) | |
tree | 674805efb878bc2198973803ba106ce74917acee /finance | |
parent | 8a723408db1a5d0d32cccadcc65916bdfa428af6 (diff) | |
download | freebsd-ports-gnome-2e47684fc83b13de7781622480093994c585928a.tar.gz freebsd-ports-gnome-2e47684fc83b13de7781622480093994c585928a.tar.zst freebsd-ports-gnome-2e47684fc83b13de7781622480093994c585928a.zip |
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)
Diffstat (limited to 'finance')
-rw-r--r-- | finance/gnucash/Makefile | 2 |
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 \ |