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/xmlto | |
parent | Document Quake II vulnerabilities reported by Richard Stanway. (diff) |
- PassiveTeX support needs more testing - mark the port IGNORE
if WITH_PASSIVETEX=yes knob is specified
- Remove now-unneeded DISTNAME override
Diffstat (limited to 'textproc/xmlto')
-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 |