svn commit: r311707 - head/japanese/edict

Baptiste Daroussin bapt at FreeBSD.org
Tue Feb 5 12:00:35 UTC 2013


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 at 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
 


More information about the svn-ports-head mailing list