From f14c03a110dabf5735d3ae55b5600304f024da8d Mon Sep 17 00:00:00 2001 From: Sergei Kolobov Date: Fri, 21 Jan 2005 14:50:29 +0000 Subject: - PassiveTeX support needs more testing - mark the port IGNORE if WITH_PASSIVETEX=yes knob is specified - Remove now-unneeded DISTNAME override --- textproc/xmlto/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'textproc/xmlto') 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 -- cgit v1.2.3