aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--textproc/dict/Makefile3
-rw-r--r--textproc/dictfmt/Makefile3
2 files changed, 4 insertions, 2 deletions
diff --git a/textproc/dict/Makefile b/textproc/dict/Makefile
index 15b37bd566f..ebdd74dc69b 100644
--- a/textproc/dict/Makefile
+++ b/textproc/dict/Makefile
@@ -8,6 +8,7 @@
PORTNAME= dict
PORTVERSION= 1.11.1
+PORTREVISION= 1
CATEGORIES= textproc
MASTER_SITES= SF/${PORTNAME}/${PORTNAME}d/${PORTNAME}d-${PORTVERSION}
DISTNAME= ${PORTNAME}d-${PORTVERSION}
@@ -15,7 +16,7 @@ DISTNAME= ${PORTNAME}d-${PORTVERSION}
MAINTAINER= clsung@FreeBSD.org
COMMENT= Dictionary Server Protocol (RFC2229) client
-LIB_DEPENDS= maa.1:${PORTSDIR}/devel/libmaa
+LIB_DEPENDS= maa.2:${PORTSDIR}/devel/libmaa
USE_BISON= build
GNU_CONFIGURE= yes
diff --git a/textproc/dictfmt/Makefile b/textproc/dictfmt/Makefile
index 1175d48a92a..b749ae73b91 100644
--- a/textproc/dictfmt/Makefile
+++ b/textproc/dictfmt/Makefile
@@ -7,6 +7,7 @@
PORTNAME= dictfmt
PORTVERSION= 1.11.1
+PORTREVISION= 1
CATEGORIES= textproc
MASTER_SITES= SF/dict/dictd/dictd-${PORTVERSION}
DISTNAME= dictd-${PORTVERSION}
@@ -14,7 +15,7 @@ DISTNAME= dictd-${PORTVERSION}
MAINTAINER= clsung@FreeBSD.org
COMMENT= Formats a DICT protocol dictionary database
-LIB_DEPENDS= maa.1:${PORTSDIR}/devel/libmaa
+LIB_DEPENDS= maa.2:${PORTSDIR}/devel/libmaa
USE_GMAKE= yes
GNU_CONFIGURE= yes