diff options
author | Sergei Kolobov <sergei@FreeBSD.org> | 2005-01-21 14:50:29 +0000 |
---|---|---|
committer | Sergei Kolobov <sergei@FreeBSD.org> | 2005-01-21 14:50:29 +0000 |
commit | f14c03a110dabf5735d3ae55b5600304f024da8d (patch) | |
tree | fb320242fb66d2bcddc5cff2e06535b447e2fb6e /textproc | |
parent | 4283c602b4e1f44d00522150b2bd5e5fa069a7a2 (diff) |
Notes
Diffstat (limited to 'textproc')
-rw-r--r-- | textproc/xmlto/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/textproc/xmlto/Makefile b/textproc/xmlto/Makefile index 73d15c012380..aa336cfc1097 100644 --- a/textproc/xmlto/Makefile +++ b/textproc/xmlto/Makefile @@ -12,7 +12,6 @@ PORTNAME= xmlto PORTVERSION= 0.0.18 CATEGORIES= textproc MASTER_SITES= http://cyberelk.net/tim/data/xmlto/stable/ -DISTNAME= ${PORTNAME}-${PORTVERSION:S/.p/pre/} MAINTAINER= sergei@FreeBSD.org COMMENT= Front-end to an XSL toolchain @@ -25,6 +24,7 @@ BUILD_DEPENDS= ${BASH_CMD}:${PORTSDIR}/shells/bash2 \ 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 |