diff options
author | dinoex <dinoex@FreeBSD.org> | 2007-09-30 12:32:12 +0800 |
---|---|---|
committer | dinoex <dinoex@FreeBSD.org> | 2007-09-30 12:32:12 +0800 |
commit | 36f5a6e72205ab1d0f6f038f4beba9fe00f6a98e (patch) | |
tree | 7c12c235412c1dffc2b054bb5a1e0139b028aedd | |
parent | b17d5467f3a48906aed1fa38a10473fd10c147cd (diff) | |
download | freebsd-ports-gnome-36f5a6e72205ab1d0f6f038f4beba9fe00f6a98e.tar.gz freebsd-ports-gnome-36f5a6e72205ab1d0f6f038f4beba9fe00f6a98e.tar.zst freebsd-ports-gnome-36f5a6e72205ab1d0f6f038f4beba9fe00f6a98e.zip |
- fix build with passivetex
-rw-r--r-- | textproc/xmlto/Makefile | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/textproc/xmlto/Makefile b/textproc/xmlto/Makefile index 22e857aac49e..08a95d588be2 100644 --- a/textproc/xmlto/Makefile +++ b/textproc/xmlto/Makefile @@ -25,7 +25,6 @@ BUILD_DEPENDS= ${BASH_CMD}:${PORTSDIR}/shells/bash \ RUN_DEPENDS= ${BUILD_DEPENDS} .if defined(WITH_PASSIVETEX) || exists(${PASSIVETEX}) -IGNORE= with PassiveTex support needs more testing BUILD_DEPENDS+= ${PASSIVETEX}:${PORTSDIR}/print/passivetex PLIST_SUB= PASSIVETEX="" .else @@ -39,7 +38,7 @@ CONFIGURE_TARGET= --build=${MACHINE_ARCH}-portbld-freebsd${OSREL} BASH_CMD= ${LOCALBASE}/bin/bash GETOPT_CMD= ${LOCALBASE}/bin/getopt -PASSIVETEX= ${LOCALBASE}/share/texmf/tex/passivetex +PASSIVETEX?= mktexlsr XSL_DIR= ${LOCALBASE}/share/xsl/docbook MAN1= xmlif.1 xmlto.1 |