Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 28 Feb 2013 03:48:38 +0000 (UTC)
From:      Martin Wilke <miwi@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r313080 - head/emulators/atari800
Message-ID:  <201302280348.r1S3mckG028480@svn.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: miwi
Date: Thu Feb 28 03:48:37 2013
New Revision: 313080
URL: http://svnweb.freebsd.org/changeset/ports/313080

Log:
  - Fix build
  - Trim header

Modified:
  head/emulators/atari800/Makefile   (contents, props changed)

Modified: head/emulators/atari800/Makefile
==============================================================================
--- head/emulators/atari800/Makefile	Thu Feb 28 03:43:56 2013	(r313079)
+++ head/emulators/atari800/Makefile	Thu Feb 28 03:48:37 2013	(r313080)
@@ -1,9 +1,5 @@
-# New ports collection makefile for:   Atari800
-# Date created:		29th April, 1997
-# Whom:			Joel Sutton <jsutton@webnet.com.au>
-#
+# Created by: Joel Sutton <jsutton@webnet.com.au>
 # $FreeBSD$
-#
 
 PORTNAME=	atari800
 PORTVERSION=	2.0.3
@@ -17,7 +13,7 @@ EXTRACT_ONLY=	${DISTNAME}${EXTRACT_SUFX}
 MAINTAINER=	gamato@users.sf.net
 COMMENT=	Atari 8-bit computer emulator
 
-BUILD_DEPENDS=	unzip:${PORTSDIR}/archivers/unzip
+BUILD_DEPENDS=	${UNZIP_CMD}:${PORTSDIR}/archivers/unzip
 LIB_DEPENDS=	png15:${PORTSDIR}/graphics/png
 
 RESTRICTED=	"xf25 contains copyright ROMs and cannot be distributed."



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