diff options
Diffstat (limited to 'finance/gnucash-docs/Makefile')
-rw-r--r-- | finance/gnucash-docs/Makefile | 13 |
1 files changed, 5 insertions, 8 deletions
diff --git a/finance/gnucash-docs/Makefile b/finance/gnucash-docs/Makefile index c1d8436f9f25..0a93da583f35 100644 --- a/finance/gnucash-docs/Makefile +++ b/finance/gnucash-docs/Makefile @@ -3,10 +3,12 @@ # Whom: Glenn Johnson <glennpj@charter.net> # # $FreeBSD$ -# $MCom: ports/finance/gnucash-docs/Makefile,v 1.3 2006/12/24 19:09:22 ahze Exp $ +# $MCom: ports/finance/gnucash-docs/Makefile,v 1.7 2007/08/04 03:51:29 marcus Exp $ +# PORTNAME= gnucash-docs PORTVERSION= 2.2.0 +PORTREVISION= 2 CATEGORIES= finance gnome MASTER_SITES= ${MASTER_SITE_SOURCEFORGE} \ http://www.gnucash.org/pub/gnucash/sources/stable/ \ @@ -17,9 +19,8 @@ MASTER_SITE_SUBDIR= gnucash MAINTAINER= ahze@FreeBSD.org COMMENT= Documentation for gnucash -BUILD_DEPENDS= scrollkeeper-config:${PORTSDIR}/textproc/scrollkeeper -RUN_DEPENDS= scrollkeeper-config:${PORTSDIR}/textproc/scrollkeeper \ - yelp:${PORTSDIR}/x11/yelp +LIB_DEPENDS= rarian.0:${PORTSDIR}/textproc/rarian +RUN_DEPENDS= yelp:${PORTSDIR}/x11/yelp INSTALLS_OMF= yes USE_GMAKE= yes @@ -27,8 +28,4 @@ USE_GNOME= libxml2 gnomehier GNU_CONFIGURE= yes CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include -I${X11BASE}/include" -post-patch: - @${FIND} ${WRKSRC} -name Makefile.in | ${XARGS} \ - ${REINPLACE_CMD} -e 's| $$(datadir)/omf| ${PREFIX}/share/gnome/omf|' - .include <bsd.port.mk> |