diff options
author | Dima Dorfman <dd@FreeBSD.org> | 2005-06-14 12:20:18 +0000 |
---|---|---|
committer | Dima Dorfman <dd@FreeBSD.org> | 2005-06-14 12:20:18 +0000 |
commit | 25b008afeb5bc5a01e6e660f16a832839f577372 (patch) | |
tree | 1cb31f1c99c61999ed55857bd600444ad319f6f2 /textproc/dict/Makefile | |
parent | ba7917858536824c563ad170d0cd77894c76b992 (diff) | |
download | ports-25b008afeb5bc5a01e6e660f16a832839f577372.tar.gz ports-25b008afeb5bc5a01e6e660f16a832839f577372.zip |
Upgrade to 1.10.1. Drop the dependency on ltdl; the client never used
it, and the server seems to work okay with the native implementation.
The patch to libmaa/decl.h is no longer necessary because the
distribution already includes that test (the other libmaa patches still
apply--I'm not sure that they're really necessary any more, but they
don't hurt).
Notes
Notes:
svn path=/head/; revision=137431
Diffstat (limited to 'textproc/dict/Makefile')
-rw-r--r-- | textproc/dict/Makefile | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/textproc/dict/Makefile b/textproc/dict/Makefile index 30196c35724d..6dff6861e271 100644 --- a/textproc/dict/Makefile +++ b/textproc/dict/Makefile @@ -7,7 +7,7 @@ # PORTNAME= dict -PORTVERSION= 1.9.15 +PORTVERSION= 1.10.1 PORTREVISION= 0 CATEGORIES= textproc MASTER_SITES= ${MASTER_SITE_SOURCEFORGE} @@ -17,7 +17,6 @@ DISTNAME= ${PORTNAME}d-${PORTVERSION} MAINTAINER= dd@FreeBSD.org COMMENT= Dictionary Server Protocol (RFC2229) client -USE_LIBLTDL= yes USE_BISON= yes USE_REINPLACE= yes USE_LIBTOOL_VER=15 |