diff options
author | adam <adam@pkgsrc.org> | 2015-11-07 13:32:09 +0000 |
---|---|---|
committer | adam <adam@pkgsrc.org> | 2015-11-07 13:32:09 +0000 |
commit | 47f445b0eafe6a22e2055d5ae0f8ab37d4ac60cb (patch) | |
tree | f5bf4a79e9f48f578dedf42e1ef631dc73b98944 /emulators | |
parent | d349db1cd8f1722b6407f5fd8df237806a035a96 (diff) | |
download | pkgsrc-47f445b0eafe6a22e2055d5ae0f8ab37d4ac60cb.tar.gz |
Depend on emulator/fs-uae
Diffstat (limited to 'emulators')
-rw-r--r-- | emulators/fs-uae-launcher/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/emulators/fs-uae-launcher/Makefile b/emulators/fs-uae-launcher/Makefile index 318261888be..e3c2fbc0388 100644 --- a/emulators/fs-uae-launcher/Makefile +++ b/emulators/fs-uae-launcher/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.1 2015/11/04 21:24:14 adam Exp $ +# $NetBSD: Makefile,v 1.2 2015/11/07 13:32:09 adam Exp $ DISTNAME= fs-uae-launcher-2.6.2 CATEGORIES= emulators @@ -9,6 +9,7 @@ HOMEPAGE= http://fs-uae.net/ COMMENT= Graphical launcher for FS-UAE, the Amiga Emulator LICENSE= gnu-gpl-v2 +DEPENDS+= fs-use>=${PKGVERSION_NOREV}:../../emulators/fs-uae DEPENDS+= ${PYPKGPREFIX}-lhafile>=0.2.1:../../archivers/py-lhafile DEPENDS+= ${PYPKGPREFIX}-sqlite3>=1:../../databases/py-sqlite3 DEPENDS+= ${PYPKGPREFIX}-qt5>=5.4:../../x11/py-qt5 |