aboutsummaryrefslogtreecommitdiffstats
path: root/devel/aifad
diff options
context:
space:
mode:
authorkrion <krion@FreeBSD.org>2007-03-12 03:41:33 +0800
committerkrion <krion@FreeBSD.org>2007-03-12 03:41:33 +0800
commita69e91695a0da18074318bc3298825d9da31b323 (patch)
tree0cea72fd5a4d4e6fbe90e35e433dd37e1839c1c6 /devel/aifad
parentc1e9ebaae7a022c4d69708b4a8e62793e75fe041 (diff)
downloadfreebsd-ports-gnome-a69e91695a0da18074318bc3298825d9da31b323.tar.gz
freebsd-ports-gnome-a69e91695a0da18074318bc3298825d9da31b323.tar.zst
freebsd-ports-gnome-a69e91695a0da18074318bc3298825d9da31b323.zip
Remove devel/pcre-utf8 and enable UTF8 support in devel/pcre by
default. Bump PORTREVISION on all dependent ports.
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
an>/+3 * Add a security alert dialog and remove FORBIDDEN.reg2000-12-242-3/+27 * Mark FORBIDDEN: All released XFree86 3.x versions have remote denial ofkris2000-12-211-0/+2 * Change PKGDIR from pkg/ to . Also fix places where ${PKGDIR} isasami2000-10-081-2/+1 * Back out LDCONFIG_DIRS change -- they don't work with a.out libs.asami2000-06-182-1/+3 * Rename INSTALLS_SHLIBS to INSTALLS_SHLIB. (There was a typo in theasami2000-06-171-1/+1 * Fix MASSIVE typo INSTALL_SHLIBS --> INSTALLS_SHLIBS, which occured because Isobomax2000-06-161-1/+1 * Second round of INSTALL_SHLIBS=yes fixes.sobomax2000-06-162-3/+1 * Update to use PORTNAME/PORTVERSIONcpiazza2000-04-141-3/+3 * portlint - ${MKDIR} doesn't need a -p flag after itmharo2000-04-011-1/+1 * Ldconfig would fail unless PREFIX/lib/aout dir exists.sada2000-03-251-0/+1 * Enable warning message with compat22 libs for package users.sada2000-03-122-3/+4 * Mark this port as i386 only, and check for the presence of compat22.reg2000-03-072-0/+27