pkgsrc-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[pkgsrc/trunk]: pkgsrc/emulators/shoebill Add missing libuuid dependency.



details:   https://anonhg.NetBSD.org/pkgsrc/rev/fd768121210b
branches:  trunk
changeset: 319736:fd768121210b
user:      hauke <hauke%pkgsrc.org@localhost>
date:      Tue Feb 19 15:59:36 2019 +0000

description:
Add missing libuuid dependency.

diffstat:

 emulators/shoebill/Makefile |  5 +++--
 1 files changed, 3 insertions(+), 2 deletions(-)

diffs (19 lines):

diff -r 2c61efab89ea -r fd768121210b emulators/shoebill/Makefile
--- a/emulators/shoebill/Makefile       Tue Feb 19 15:56:13 2019 +0000
+++ b/emulators/shoebill/Makefile       Tue Feb 19 15:59:36 2019 +0000
@@ -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 @@
        ${INSTALL_PROGRAM} ${WRKSRC}/sdl-gui/shoebill ${DESTDIR}${PREFIX}/bin
 
 .include "../../devel/SDL2/buildlink3.mk"
+.include "../../devel/libuuid/buildlink3.mk"
 .include "../../mk/bsd.pkg.mk"



Home | Main Index | Thread Index | Old Index