summaryrefslogtreecommitdiff
path: root/emulators
diff options
context:
space:
mode:
authorhauke <hauke@pkgsrc.org>2019-02-19 15:59:36 +0000
committerhauke <hauke@pkgsrc.org>2019-02-19 15:59:36 +0000
commitd05f53301ae42585e01bd353fd65af35ccac605a (patch)
treed36f4b94725f0b77fc08ecdebe0de0d15a16890d /emulators
parent16e3b04b3c71e6f172f04b6b148818620294af59 (diff)
downloadpkgsrc-d05f53301ae42585e01bd353fd65af35ccac605a.tar.gz
Add missing libuuid dependency.
Diffstat (limited to 'emulators')
-rw-r--r--emulators/shoebill/Makefile5
1 files changed, 3 insertions, 2 deletions
diff --git a/emulators/shoebill/Makefile b/emulators/shoebill/Makefile
index e0b153b87fa..e63142ba546 100644
--- a/emulators/shoebill/Makefile
+++ b/emulators/shoebill/Makefile
@@ -1,7 +1,7 @@
-# $NetBSD: Makefile,v 1.8 2018/08/22 09:45:05 wiz Exp $
+# $NetBSD: Makefile,v 1.9 2019/02/19 15:59:36 hauke Exp $
DISTNAME= shoebill-0.0.5
-PKGREVISION= 2
+PKGREVISION= 3
CATEGORIES= emulators
MASTER_SITES= ${MASTER_SITE_GITHUB:=pruten/}
@@ -35,4 +35,5 @@ do-install:
${INSTALL_PROGRAM} ${WRKSRC}/sdl-gui/shoebill ${DESTDIR}${PREFIX}/bin
.include "../../devel/SDL2/buildlink3.mk"
+.include "../../devel/libuuid/buildlink3.mk"
.include "../../mk/bsd.pkg.mk"