From owner-svn-ports-head@FreeBSD.ORG Tue Feb 5 17:19:31 2013 Return-Path: Delivered-To: svn-ports-head@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by hub.freebsd.org (Postfix) with ESMTP id DDEEEE3; Tue, 5 Feb 2013 17:19:31 +0000 (UTC) (envelope-from bapt@FreeBSD.org) Received: from svn.freebsd.org (svn.freebsd.org [IPv6:2001:1900:2254:2068::e6a:0]) by mx1.freebsd.org (Postfix) with ESMTP id CF580A49; Tue, 5 Feb 2013 17:19:31 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.5/8.14.5) with ESMTP id r15HJVeZ062318; Tue, 5 Feb 2013 17:19:31 GMT (envelope-from bapt@svn.freebsd.org) Received: (from bapt@localhost) by svn.freebsd.org (8.14.5/8.14.5/Submit) id r15HJVNm062317; Tue, 5 Feb 2013 17:19:31 GMT (envelope-from bapt@svn.freebsd.org) Message-Id: <201302051719.r15HJVNm062317@svn.freebsd.org> From: Baptiste Daroussin Date: Tue, 5 Feb 2013 17:19:31 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r311725 - head/cad/leocad X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.14 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 05 Feb 2013 17:19:31 -0000 Author: bapt Date: Tue Feb 5 17:19:31 2013 New Revision: 311725 URL: http://svnweb.freebsd.org/changeset/ports/311725 Log: Fix build on FreeBSD 9+ Modified: head/cad/leocad/Makefile Modified: head/cad/leocad/Makefile ============================================================================== --- head/cad/leocad/Makefile Tue Feb 5 17:16:33 2013 (r311724) +++ head/cad/leocad/Makefile Tue Feb 5 17:19:31 2013 (r311725) @@ -12,9 +12,9 @@ EXTRACT_ONLY= ${PORTNAME}-${PORTVERSION} MAINTAINER= ports@FreeBSD.org COMMENT= CAD modeling with LEGO-like bricks -EXTRACT_DEPENDS=unzip:${PORTSDIR}/archivers/unzip -LIB_DEPENDS= jpeg:${PORTSDIR}/graphics/jpeg \ - png15:${PORTSDIR}/graphics/png +EXTRACT_DEPENDS= ${UNZIP_CMD}:${PORTSDIR}/archivers/unzip +LIB_DEPENDS= jpeg:${PORTSDIR}/graphics/jpeg \ + png15:${PORTSDIR}/graphics/png WRKSRC= ${WRKDIR}/${PORTNAME}