diff options
author | bapt <bapt@FreeBSD.org> | 2013-02-05 20:00:34 +0800 |
---|---|---|
committer | bapt <bapt@FreeBSD.org> | 2013-02-05 20:00:34 +0800 |
commit | bf982a0ed89d1121e24d0d196856a195493afd20 (patch) | |
tree | d61ecc39233cfaa49274457861c9b690b931c7d6 /japanese | |
parent | 8ae93a4ed6e3db624d23401b1a930a2de5f3a58c (diff) | |
download | freebsd-ports-gnome-bf982a0ed89d1121e24d0d196856a195493afd20.tar.gz freebsd-ports-gnome-bf982a0ed89d1121e24d0d196856a195493afd20.tar.zst freebsd-ports-gnome-bf982a0ed89d1121e24d0d196856a195493afd20.zip |
Fix build on FreeBSD 9+
Diffstat (limited to 'japanese')
-rw-r--r-- | japanese/edict/Makefile | 8 |
1 files changed, 2 insertions, 6 deletions
diff --git a/japanese/edict/Makefile b/japanese/edict/Makefile index ac39b4e7328d..d27df6250145 100644 --- a/japanese/edict/Makefile +++ b/japanese/edict/Makefile @@ -1,9 +1,5 @@ -# New ports collection makefile for: edict -# Date created: 18 August 1997 -# Whom: Jonathan Hanna -# +# Created by: Jonathan Hanna # $FreeBSD$ -# PORTNAME= edict PORTVERSION= 19990714 @@ -24,7 +20,7 @@ DISTFILES= ${DICTFILES} ${SRCFILES} ${DOCFILES} MAINTAINER= ports@FreeBSD.org COMMENT= Japanese-English dictionaries with access and maintenance utilities -BUILD_DEPENDS= unzip:${PORTSDIR}/archivers/unzip +BUILD_DEPENDS= ${UNZIP_CMD}:${PORTSDIR}/archivers/unzip DIST_SUBDIR= edict |