diff options
Diffstat (limited to 'textproc/dictfmt/Makefile')
-rw-r--r-- | textproc/dictfmt/Makefile | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/textproc/dictfmt/Makefile b/textproc/dictfmt/Makefile index 01dd73168cfd..6358e64a7470 100644 --- a/textproc/dictfmt/Makefile +++ b/textproc/dictfmt/Makefile @@ -6,7 +6,7 @@ # PORTNAME= dictfmt -PORTVERSION= 1.10.11 +PORTVERSION= 1.11.0 CATEGORIES= textproc MASTER_SITES= SF MASTER_SITE_SUBDIR= dict @@ -15,6 +15,8 @@ DISTNAME= dictd-${PORTVERSION} MAINTAINER= clsung@FreeBSD.org COMMENT= Formats a DICT protocol dictionary database +LIB_DEPENDS= maa.1:${PORTSDIR}/devel/libmaa + USE_GMAKE= yes GNU_CONFIGURE= yes CONFIGURE_ENV= CPPFLAGS="${CPPFLAGS}" LDFLAGS="${LDFLAGS}" |