aboutsummaryrefslogtreecommitdiffstats
path: root/textproc/xmlto
diff options
context:
space:
mode:
authormandree <mandree@FreeBSD.org>2013-01-25 02:10:25 +0800
committermandree <mandree@FreeBSD.org>2013-01-25 02:10:25 +0800
commit53b420fa26cf7c8957f81ef986901d96f8931896 (patch)
treeac6be4cd5ee649b27e13ad7855f6aca1d92969ac /textproc/xmlto
parent042c8597f8445f77bba2cf765905756df5fc564d (diff)
downloadfreebsd-ports-gnome-53b420fa26cf7c8957f81ef986901d96f8931896.tar.gz
freebsd-ports-gnome-53b420fa26cf7c8957f81ef986901d96f8931896.tar.zst
freebsd-ports-gnome-53b420fa26cf7c8957f81ef986901d96f8931896.zip
Fix OptionsNG descriptions to be named ${OPT}_DESC rather than ${OPT}_DESCR.
Submitted by: danfe
Diffstat (limited to 'textproc/xmlto')
-rw-r--r--textproc/xmlto/Makefile6
1 files changed, 3 insertions, 3 deletions
diff --git a/textproc/xmlto/Makefile b/textproc/xmlto/Makefile
index 67f525ab3b01..e5c452349f54 100644
--- a/textproc/xmlto/Makefile
+++ b/textproc/xmlto/Makefile
@@ -22,9 +22,9 @@ RUN_DEPENDS:= ${BUILD_DEPENDS}
MAKE_JOBS_UNSAFE= yes
OPTIONS_DEFINE= DBLATEX FOP PASSIVETEX
-DBLATEX_DESCR= Add dependency on Dblatex
-FOP_DESCR= Add dependency on FOP (needs Java)
-PASSIVETEX_DESCR= Add dependency on PassiveTeX
+DBLATEX_DESC= Add dependency on Dblatex
+FOP_DESC= Add dependency on FOP (needs Java)
+PASSIVETEX_DESC= Add dependency on PassiveTeX
USE_BZIP2= yes
GNU_CONFIGURE= yes