diff options
author | Martin Wilke <miwi@FreeBSD.org> | 2014-03-01 17:57:25 +0000 |
---|---|---|
committer | Martin Wilke <miwi@FreeBSD.org> | 2014-03-01 17:57:25 +0000 |
commit | 5ffb8ab3c5853a90c313f050f3ccbb05b1f0d031 (patch) | |
tree | cb34c220e6b698d706a3c7ac413a6c9a73b97146 /textproc/rarian | |
parent | f98c83b24a4e0f58e241348a9b54238f947a3def (diff) |
Notes
Diffstat (limited to 'textproc/rarian')
-rw-r--r-- | textproc/rarian/Makefile | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/textproc/rarian/Makefile b/textproc/rarian/Makefile index 86f93d72b54f..9dd936875c08 100644 --- a/textproc/rarian/Makefile +++ b/textproc/rarian/Makefile @@ -24,8 +24,8 @@ DOCBOOK_VERSION=4.2 CONFLICTS= scrollkeeper-[0-9]* USE_BZIP2= yes -USE_GMAKE= yes -USE_GNOME= gnomehier gnomehack libxslt +USES= gmake pathfix +USE_GNOME= gnomehier libxslt USE_PYTHON= yes GNU_CONFIGURE= yes USE_LDCONFIG= yes @@ -35,7 +35,6 @@ CONFIGURE_ARGS= --with-convert-dir=${LOCALBASE}/share/omf \ CPPFLAGS+= -I${LOCALBASE}/include LDFLAGS+= -L${LOCALBASE}/lib -NO_STAGE= yes post-patch: @${REINPLACE_CMD} -e 's|/lib/rarian|/db/rarian|' \ ${WRKSRC}/util/Makefile.in |