aboutsummaryrefslogtreecommitdiffstats
path: root/textproc
diff options
context:
space:
mode:
Diffstat (limited to 'textproc')
-rw-r--r--textproc/dict/Makefile5
-rw-r--r--textproc/dictfmt/Makefile3
2 files changed, 6 insertions, 2 deletions
diff --git a/textproc/dict/Makefile b/textproc/dict/Makefile
index 9baba213ebef..8ff2dd69a2eb 100644
--- a/textproc/dict/Makefile
+++ b/textproc/dict/Makefile
@@ -8,6 +8,7 @@
PORTNAME= dict
PORTVERSION= 1.8.0
+PORTREVISION= 1
CATEGORIES= textproc
MASTER_SITES= ftp://ftp.dict.org/pub/dict/
DISTNAME= ${PORTNAME}d-${PORTVERSION}
@@ -15,9 +16,11 @@ DISTNAME= ${PORTNAME}d-${PORTVERSION}
MAINTAINER= dd@FreeBSD.org
COMMENT= Dictionary Server Protocol (RFC2229) client
+LIB_DEPENDS= ltdl.4:${PORTSDIR}/devel/libltdl
+
USE_BISON= yes
USE_REINPLACE= yes
-USE_LIBTOOL= yes
+USE_LIBTOOL_VER= 14
CFLAGS+= -I${PREFIX}/include
CONFIGURE_ARGS= --without-local-zlib --with-cflags="${CFLAGS}" \
--with-etcdir=${PREFIX}/etc
diff --git a/textproc/dictfmt/Makefile b/textproc/dictfmt/Makefile
index 3e5671e308a2..78209a69add0 100644
--- a/textproc/dictfmt/Makefile
+++ b/textproc/dictfmt/Makefile
@@ -7,6 +7,7 @@
PORTNAME= dictfmt
PORTVERSION= 1.9.9
+PORTREVISION= 1
CATEGORIES= textproc
MASTER_SITES= ${MASTER_SITE_SOURCEFORGE}
MASTER_SITE_SUBDIR= dict
@@ -15,7 +16,7 @@ DISTNAME= dictd-${PORTVERSION}
MAINTAINER= ports@FreeBSD.org
COMMENT= Formats a DICT protocol dictionary database
-LIB_DEPENDS= ltdl.1:${PORTSDIR}/devel/libtool
+LIB_DEPENDS= ltdl.4:${PORTSDIR}/devel/libltdl
USE_GMAKE= yes
USE_AUTOCONF_VER= 253