Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 5 Feb 2013 12:00:34 +0000 (UTC)
From:      Baptiste Daroussin <bapt@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r311707 - head/japanese/edict
Message-ID:  <201302051200.r15C0Y3A062290@svn.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: bapt
Date: Tue Feb  5 12:00:34 2013
New Revision: 311707
URL: http://svnweb.freebsd.org/changeset/ports/311707

Log:
  Fix build on FreeBSD 9+

Modified:
  head/japanese/edict/Makefile

Modified: head/japanese/edict/Makefile
==============================================================================
--- head/japanese/edict/Makefile	Tue Feb  5 11:54:42 2013	(r311706)
+++ head/japanese/edict/Makefile	Tue Feb  5 12:00:34 2013	(r311707)
@@ -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} ${DO
 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
 



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201302051200.r15C0Y3A062290>