summaryrefslogtreecommitdiff
path: root/devel/aifad
diff options
context:
space:
mode:
authorKirill Ponomarev <krion@FreeBSD.org>2007-03-11 19:41:33 +0000
committerKirill Ponomarev <krion@FreeBSD.org>2007-03-11 19:41:33 +0000
commit9162f7ee928899db1fda25e7ff139b1af5df2070 (patch)
tree1933cf259b73d1b45b05a6315a7d77d1a79edd6d /devel/aifad
parentUpdate to 1.2.2 (diff)
Remove devel/pcre-utf8 and enable UTF8 support in devel/pcre by
default. Bump PORTREVISION on all dependent ports.
Notes
Notes: svn path=/head/; revision=187153
Diffstat (limited to 'devel/aifad')
-rw-r--r--devel/aifad/Makefile3
1 files changed, 2 insertions, 1 deletions
diff --git a/devel/aifad/Makefile b/devel/aifad/Makefile
index c71cd4e564d3..1eb594d9ca81 100644
--- a/devel/aifad/Makefile
+++ b/devel/aifad/Makefile
@@ -8,6 +8,7 @@
PORTNAME= aifad
PORTVERSION= 1.0.27
+PORTREVISION= 1
CATEGORIES= devel
MASTER_SITES= http://www.ocaml.info/ocaml_sources/
@@ -17,7 +18,7 @@ COMMENT= Machine learning system
BUILD_DEPENDS= ${SA_DIR}/pcre/pcre.a:${PORTSDIR}/devel/ocaml-pcre \
${SA_DIR}/res/res.a:${PORTSDIR}/devel/ocaml-res \
${SA_DIR}/cfg/cfg.a:${PORTSDIR}/devel/ocaml-cfg
-LIB_DEPENDS= pcre.0:${PORTSDIR}/devel/pcre-utf8
+LIB_DEPENDS= pcre.0:${PORTSDIR}/devel/pcre
USE_BZIP2= yes
USE_GMAKE= yes