diff options
author | Wen Heping <wen@FreeBSD.org> | 2009-12-14 01:06:34 +0000 |
---|---|---|
committer | Wen Heping <wen@FreeBSD.org> | 2009-12-14 01:06:34 +0000 |
commit | cbf4164b471ea4de4da3c6b82e84be5910e72c03 (patch) | |
tree | ae2a111fb35d5523a1a0c3104b0bbc69c8f1350b /textproc/dict/Makefile | |
parent | 7eb1395200a307ad0f8e950280ca59c9dbc45335 (diff) | |
download | ports-cbf4164b471ea4de4da3c6b82e84be5910e72c03.tar.gz ports-cbf4164b471ea4de4da3c6b82e84be5910e72c03.zip |
- Bump PORTREVISION to chase the update of devel/libmaa
Notes
Notes:
svn path=/head/; revision=245736
Diffstat (limited to 'textproc/dict/Makefile')
-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 15b37bd566f2..ebdd74dc69bd 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 |