diff options
Diffstat (limited to 'finance')
-rw-r--r-- | finance/gnucash-docs/Makefile | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/finance/gnucash-docs/Makefile b/finance/gnucash-docs/Makefile index 42dd5ea3d1fc..fd21dc11f1f9 100644 --- a/finance/gnucash-docs/Makefile +++ b/finance/gnucash-docs/Makefile @@ -7,6 +7,7 @@ PORTNAME= gnucash-docs PORTVERSION= 1.8.3 +PORTREVISION= 1 CATEGORIES= finance gnome MASTER_SITES= http://www.gnucash.org/pub/gnucash/sources/stable/ \ ftp://ftp.gnucash.org/pub/gnucash/sources/stable/ \ @@ -26,8 +27,5 @@ USE_GMAKE= yes USE_GNOME= gnomeprefix gnomehack GNU_CONFIGURE= yes CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include -I${X11BASE}/include" -# XXX Note, this is a hack. When DocBook 4.1.2 has been merged into the -# system XML catalog file, this line should be removed. -MAKE_ENV= XML_CATALOG_FILES="${LOCALBASE}/share/sk/catalog ${LOCALBASE}/share/sk/docbook/catalog" .include <bsd.port.mk> |