Date: Thu, 24 Nov 2016 21:12:57 +0000 (UTC) From: Antoine Brodin <antoine@FreeBSD.org> To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r427064 - head/emulators/hatari Message-ID: <201611242112.uAOLCvQs039887@repo.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: antoine Date: Thu Nov 24 21:12:57 2016 New Revision: 427064 URL: https://svnweb.freebsd.org/changeset/ports/427064 Log: Add explicit dependency on the python symlink, right now it relies on it being provided as a dependency of x11-toolkits/gtk20 Modified: head/emulators/hatari/Makefile Modified: head/emulators/hatari/Makefile ============================================================================== --- head/emulators/hatari/Makefile Thu Nov 24 21:09:48 2016 (r427063) +++ head/emulators/hatari/Makefile Thu Nov 24 21:12:57 2016 (r427064) @@ -3,6 +3,7 @@ PORTNAME= hatari PORTVERSION= 1.9.0 +PORTREVISION= 1 CATEGORIES= emulators MASTER_SITES= http://download.tuxfamily.org/hatari/${PORTVERSION}/ @@ -14,6 +15,8 @@ LICENSE_FILE= ${WRKSRC}/gpl.txt LIB_DEPENDS= libportaudio.so:audio/portaudio \ libpng.so:graphics/png +BUILD_DEPENDS= python:lang/python +RUN_DEPENDS= python:lang/python USES= cmake desktop-file-utils python readline shared-mime-info \ shebangfix tar:bzip2
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201611242112.uAOLCvQs039887>