diff options
author | Sunpoet Po-Chuan Hsieh <sunpoet@FreeBSD.org> | 2011-04-12 15:16:15 +0000 |
---|---|---|
committer | Sunpoet Po-Chuan Hsieh <sunpoet@FreeBSD.org> | 2011-04-12 15:16:15 +0000 |
commit | e76dd1c7aa3559f4d19b756ef75e82c608bb1abe (patch) | |
tree | 2fff35e6e9c541d90e650ab8b8303d66421b91f4 /textproc/dictfmt | |
parent | 24d327b54c104ed3e090bf3eb9e726c6788e86fc (diff) | |
download | ports-e76dd1c7aa3559f4d19b756ef75e82c608bb1abe.tar.gz ports-e76dd1c7aa3559f4d19b756ef75e82c608bb1abe.zip |
Notes
Diffstat (limited to 'textproc/dictfmt')
-rw-r--r-- | textproc/dictfmt/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/textproc/dictfmt/Makefile b/textproc/dictfmt/Makefile index 64934937405a..4fde88bf91e6 100644 --- a/textproc/dictfmt/Makefile +++ b/textproc/dictfmt/Makefile @@ -7,6 +7,7 @@ PORTNAME= dictfmt PORTVERSION= 1.12.0 +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.2:${PORTSDIR}/devel/libmaa +LIB_DEPENDS= maa.3:${PORTSDIR}/devel/libmaa USE_GMAKE= yes GNU_CONFIGURE= yes |