diff options
author | miwi <miwi@FreeBSD.org> | 2013-02-27 23:08:32 +0800 |
---|---|---|
committer | miwi <miwi@FreeBSD.org> | 2013-02-27 23:08:32 +0800 |
commit | cc1bfa812e16cb5a80158c76b047c17e382c1c8a (patch) | |
tree | 0310274355f1aa7f81df2540689619aea624acee /japanese | |
parent | 38bd1f32d6b7acc37ec20a8aca928b1f508837bb (diff) | |
download | freebsd-ports-gnome-cc1bfa812e16cb5a80158c76b047c17e382c1c8a.tar.gz freebsd-ports-gnome-cc1bfa812e16cb5a80158c76b047c17e382c1c8a.tar.zst freebsd-ports-gnome-cc1bfa812e16cb5a80158c76b047c17e382c1c8a.zip |
- Fix build on FreeBSD 9+
- while here trim header
Diffstat (limited to 'japanese')
-rw-r--r-- | japanese/edict-utf-8/Makefile | 8 |
1 files changed, 2 insertions, 6 deletions
diff --git a/japanese/edict-utf-8/Makefile b/japanese/edict-utf-8/Makefile index 68aa352d123c..fd1a73648870 100644 --- a/japanese/edict-utf-8/Makefile +++ b/japanese/edict-utf-8/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-utf-8 PORTVERSION= 20100420 @@ -14,7 +10,7 @@ DISTFILES= ${DICTFILES} MAINTAINER= lx@FreeBSD.org COMMENT= Japanese-English edict UTF-8 dictionaries -EXTRACT_DEPENDS= unzip:${PORTSDIR}/archivers/unzip +EXTRACT_DEPENDS= ${UNZIP_CMD}:${PORTSDIR}/archivers/unzip USE_ICONV= yes ICONV?= iconv |