diff options
author | sunpoet <sunpoet@FreeBSD.org> | 2011-04-12 23:16:15 +0800 |
---|---|---|
committer | sunpoet <sunpoet@FreeBSD.org> | 2011-04-12 23:16:15 +0800 |
commit | 4c13e0f13c644cf0fd4d35ce7f295b861e113b8e (patch) | |
tree | cb0cffc4e2e8e3efc0fead3af663e37ae40cd6e5 /textproc/dict | |
parent | eb6b9e3cfb008e7dfada631c5cc53950ec303738 (diff) | |
download | freebsd-ports-gnome-4c13e0f13c644cf0fd4d35ce7f295b861e113b8e.tar.gz freebsd-ports-gnome-4c13e0f13c644cf0fd4d35ce7f295b861e113b8e.tar.zst freebsd-ports-gnome-4c13e0f13c644cf0fd4d35ce7f295b861e113b8e.zip |
- Bump PORTREVISION for devel/libmaa shlib change
Diffstat (limited to 'textproc/dict')
-rw-r--r-- | textproc/dict/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/textproc/dict/Makefile b/textproc/dict/Makefile index 07d4a03ba09a..f6c525fc6911 100644 --- a/textproc/dict/Makefile +++ b/textproc/dict/Makefile @@ -8,6 +8,7 @@ PORTNAME= dict PORTVERSION= 1.12.0 +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.2:${PORTSDIR}/devel/libmaa +LIB_DEPENDS= maa.3:${PORTSDIR}/devel/libmaa USE_BISON= build GNU_CONFIGURE= yes |