diff options
author | Dima Dorfman <dd@FreeBSD.org> | 2004-09-03 11:01:18 +0000 |
---|---|---|
committer | Dima Dorfman <dd@FreeBSD.org> | 2004-09-03 11:01:18 +0000 |
commit | b02b794e5ebb37a3b9e789b15cf27df8b95ea75d (patch) | |
tree | 081ace90fd71011ce28dfe15da2ad2cf387670b1 /net/dictd/Makefile | |
parent | 30f3ea4a7da954ce1cbada476dd03b3d1799bc89 (diff) |
Notes
Diffstat (limited to 'net/dictd/Makefile')
-rw-r--r-- | net/dictd/Makefile | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/net/dictd/Makefile b/net/dictd/Makefile index 9454cef29cf7..2cdd3a899786 100644 --- a/net/dictd/Makefile +++ b/net/dictd/Makefile @@ -7,8 +7,8 @@ # PORTNAME= dictd -PORTVERSION= 1.9.11 -PORTREVISION= 1 +PORTVERSION= 1.9.14 +PORTREVISION= 0 CATEGORIES+= net textproc MASTER_SITES= ${MASTER_SITE_SOURCEFORGE} MASTER_SITE_SUBDIR= dict @@ -23,7 +23,7 @@ USE_LIBLTDL= yes USE_RC_SUBR= yes USE_REINPLACE= yes USE_BISON= yes -USE_LIBTOOL_VER=13 +USE_LIBTOOL_VER=15 CONFIGURE_ARGS= --with-etcdir=${PREFIX}/etc --with-cflags="${CFLAGS}" \ --without-local-zlib CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include" \ |