svn commit: r313080 - head/emulators/atari800

Martin Wilke miwi at FreeBSD.org
Thu Feb 28 03:48:39 UTC 2013


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 at webnet.com.au>
-#
+# Created by: Joel Sutton <jsutton at webnet.com.au>
 # $FreeBSD$
-#
 
 PORTNAME=	atari800
 PORTVERSION=	2.0.3
@@ -17,7 +13,7 @@ EXTRACT_ONLY=	${DISTNAME}${EXTRACT_SUFX}
 MAINTAINER=	gamato at 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."


More information about the svn-ports-head mailing list