aboutsummaryrefslogtreecommitdiff
path: root/textproc/xmlto
diff options
context:
space:
mode:
authorSergei Kolobov <sergei@FreeBSD.org>2005-01-21 14:50:29 +0000
committerSergei Kolobov <sergei@FreeBSD.org>2005-01-21 14:50:29 +0000
commitf14c03a110dabf5735d3ae55b5600304f024da8d (patch)
treefb320242fb66d2bcddc5cff2e06535b447e2fb6e /textproc/xmlto
parent4283c602b4e1f44d00522150b2bd5e5fa069a7a2 (diff)
downloadports-f14c03a110dabf5735d3ae55b5600304f024da8d.tar.gz
ports-f14c03a110dabf5735d3ae55b5600304f024da8d.zip
- PassiveTeX support needs more testing - mark the port IGNORE
if WITH_PASSIVETEX=yes knob is specified - Remove now-unneeded DISTNAME override
Notes
Notes: svn path=/head/; revision=127011
Diffstat (limited to 'textproc/xmlto')
-rw-r--r--textproc/xmlto/Makefile2
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