diff options
author | Joe Marcus Clarke <marcus@FreeBSD.org> | 2003-11-04 08:53:10 +0000 |
---|---|---|
committer | Joe Marcus Clarke <marcus@FreeBSD.org> | 2003-11-04 08:53:10 +0000 |
commit | 24efa94047de38fed54721a3d16fed0177539e2f (patch) | |
tree | 7e964af01789712ad9b138803d2f7dd42624eca6 /finance/gnucash-docs | |
parent | cc5d398eb4730ed1c03772ac3905aebd18aa3c97 (diff) | |
download | ports-24efa94047de38fed54721a3d16fed0177539e2f.tar.gz ports-24efa94047de38fed54721a3d16fed0177539e2f.zip |
Notes
Diffstat (limited to 'finance/gnucash-docs')
-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> |