diff options
author | Antoine Brodin <antoine@FreeBSD.org> | 2016-11-24 21:12:57 +0000 |
---|---|---|
committer | Antoine Brodin <antoine@FreeBSD.org> | 2016-11-24 21:12:57 +0000 |
commit | af758735f81fabae6cd308560bb9e8c7862d4210 (patch) | |
tree | 94be636a509f21b52c331ffe919d16f87485c953 /emulators | |
parent | 3987e4566bf6974bb11f87418634777b479e2769 (diff) | |
download | freebsd-ports-af758735f81fabae6cd308560bb9e8c7862d4210.zip |
Add explicit dependency on the python symlink, right now it relies on it
being provided as a dependency of x11-toolkits/gtk20
Diffstat (limited to 'emulators')
-rw-r--r-- | emulators/hatari/Makefile | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/emulators/hatari/Makefile b/emulators/hatari/Makefile index 92cdfa5945b3..21c4cbb73ec5 100644 --- a/emulators/hatari/Makefile +++ b/emulators/hatari/Makefile @@ -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 |