diff options
author | Baptiste Daroussin <bapt@FreeBSD.org> | 2014-12-22 22:46:11 +0000 |
---|---|---|
committer | Baptiste Daroussin <bapt@FreeBSD.org> | 2014-12-22 22:46:11 +0000 |
commit | b6cc9f04ec297a0cc5fde5cbd79481a5f34dc736 (patch) | |
tree | bfe3b7df48bd6dcec3b480f1f87043c589e3d0d9 /textproc/gnome-doc-utils | |
parent | 1a62d9d3e5e0db55ef7a1b27870d35c4eee8100e (diff) |
Get rid of gnomehier
Notes
Notes:
svn path=/head/; revision=375281
Diffstat (limited to 'textproc/gnome-doc-utils')
-rw-r--r-- | textproc/gnome-doc-utils/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/textproc/gnome-doc-utils/Makefile b/textproc/gnome-doc-utils/Makefile index 7ae6e325a7d2..aad694b284a6 100644 --- a/textproc/gnome-doc-utils/Makefile +++ b/textproc/gnome-doc-utils/Makefile @@ -4,7 +4,7 @@ PORTNAME= gnome-doc-utils PORTVERSION= 0.20.10 -PORTREVISION= 3 +PORTREVISION= 4 CATEGORIES= textproc gnome MASTER_SITES= GNOME @@ -18,7 +18,7 @@ RUN_DEPENDS= rarian-sk-config:${PORTSDIR}/textproc/rarian \ ${LOCALBASE}/share/xml/docbook/4.3:${PORTSDIR}/textproc/docbook-xml USES= gettext-tools:build,run gmake pathfix pkgconfig python:2 tar:xz -USE_GNOME= gnomehier libxslt intlhack +USE_GNOME= libxslt intlhack INSTALLS_OMF= yes GNU_CONFIGURE= yes CONFIGURE_ARGS= --with-omf-dir=${PREFIX}/share/omf |