aboutsummaryrefslogtreecommitdiff
path: root/textproc/tidyp
diff options
context:
space:
mode:
authorSunpoet Po-Chuan Hsieh <sunpoet@FreeBSD.org>2015-04-21 18:39:55 +0000
committerSunpoet Po-Chuan Hsieh <sunpoet@FreeBSD.org>2015-04-21 18:39:55 +0000
commit8863c6a148143304232ff18799d978678d9c0b9c (patch)
tree9ea1590593287055a536d48929a80225acf6de4f /textproc/tidyp
parent3c42767a7711e6be288ea7ba6e68cc6866d19ca8 (diff)
downloadports-8863c6a148143304232ff18799d978678d9c0b9c.tar.gz
ports-8863c6a148143304232ff18799d978678d9c0b9c.zip
Notes
Diffstat (limited to 'textproc/tidyp')
-rw-r--r--textproc/tidyp/Makefile8
1 files changed, 3 insertions, 5 deletions
diff --git a/textproc/tidyp/Makefile b/textproc/tidyp/Makefile
index 902657fc84e1..c4e0b8ad2ed3 100644
--- a/textproc/tidyp/Makefile
+++ b/textproc/tidyp/Makefile
@@ -3,7 +3,7 @@
PORTNAME= tidyp
PORTVERSION= 1.04
-PORTREVISION= 1
+PORTREVISION= 2
CATEGORIES= textproc www
MASTER_SITES= http://cloud.github.com/downloads/petdance/tidyp/ \
LOCAL/sunpoet
@@ -11,20 +11,18 @@ MASTER_SITES= http://cloud.github.com/downloads/petdance/tidyp/ \
MAINTAINER= sunpoet@FreeBSD.org
COMMENT= Library and program to validate and fix HTML
+CONFIGURE_ARGS= --enable-asian --enable-utf16
GNU_CONFIGURE= yes
INSTALL_TARGET= install-strip
USE_LDCONFIG= yes
USES= libtool
-OPTIONS_DEFINE= ACCESS ASIAN DEBUG UTF16
+OPTIONS_DEFINE= ACCESS DEBUG
ACCESS_DESC= Accessibility checks
-ASIAN_DESC= Asian encodings
PLIST_SUB= PORTVERSION=${PORTVERSION}
ACCESS_CONFIGURE_ENABLE=access
-ASIAN_CONFIGURE_ENABLE= asian
DEBUG_CONFIGURE_ENABLE= debug
-UTF16_CONFIGURE_ENABLE= utf16
.include <bsd.port.mk>