diff options
author | vanilla <vanilla@FreeBSD.org> | 2002-07-21 18:53:33 +0800 |
---|---|---|
committer | vanilla <vanilla@FreeBSD.org> | 2002-07-21 18:53:33 +0800 |
commit | 6a8662e4acc528580ea159b5e165035d0fdb68ea (patch) | |
tree | 329f1c4d0865a1df0c8d4d66b4b968d5377da377 /chinese/dictd-database/Makefile | |
parent | e8ed6c5dfae61820aa82aaef531deb520019290a (diff) | |
download | freebsd-ports-gnome-6a8662e4acc528580ea159b5e165035d0fdb68ea.tar.gz freebsd-ports-gnome-6a8662e4acc528580ea159b5e165035d0fdb68ea.tar.zst freebsd-ports-gnome-6a8662e4acc528580ea159b5e165035d0fdb68ea.zip |
Upgrade to 1.3.
PR: ports/40822
Submitted by: maintainer.
Diffstat (limited to 'chinese/dictd-database/Makefile')
-rw-r--r-- | chinese/dictd-database/Makefile | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/chinese/dictd-database/Makefile b/chinese/dictd-database/Makefile index 767fcc844618..ec28e7819d9c 100644 --- a/chinese/dictd-database/Makefile +++ b/chinese/dictd-database/Makefile @@ -6,15 +6,14 @@ # PORTNAME= dictd-database -PORTVERSION= 1.2.1 -PORTREVISION= 1 +PORTVERSION= 1.3 CATEGORIES= chinese textproc MASTER_SITES= ftp://freebsd.sinica.edu.tw/pub/statue/dictd-database/ DISTNAME= dict-zh-${PORTVERSION} MAINTAINER= statue@freebsd.sinica.edu.tw -BUILD_DEPENDS= ${LOCALBASE}/bin/dictzip:${PORTSDIR}/net/dictd +BUILD_DEPENDS= ${LOCALBASE}/bin/dictzip:${PORTSDIR}/chinese/dictd HAS_CONFIGURE= yes USE_GMAKE= yes |