svn commit: r386897 - head/finance/gnucash
Don Lewis
truckman at FreeBSD.org
Wed May 20 21:56:43 UTC 2015
Author: truckman
Date: Wed May 20 21:56:42 2015
New Revision: 386897
URL: https://svnweb.freebsd.org/changeset/ports/386897
Log:
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)
Modified:
head/finance/gnucash/Makefile
Modified: head/finance/gnucash/Makefile
==============================================================================
--- head/finance/gnucash/Makefile Wed May 20 21:51:53 2015 (r386896)
+++ head/finance/gnucash/Makefile Wed May 20 21:56:42 2015 (r386897)
@@ -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 \
More information about the svn-ports-head
mailing list