svn commit: r427064 - head/emulators/hatari

Antoine Brodin antoine at FreeBSD.org
Thu Nov 24 21:12:59 UTC 2016


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


More information about the svn-ports-all mailing list