pkgsrc-Changes archive

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

CVS commit: pkgsrc/emulators/shoebill



Module Name:    pkgsrc
Committed By:   hauke
Date:           Tue Feb 19 15:59:36 UTC 2019

Modified Files:
        pkgsrc/emulators/shoebill: Makefile

Log Message:
Add missing libuuid dependency.


To generate a diff of this commit:
cvs rdiff -u -r1.8 -r1.9 pkgsrc/emulators/shoebill/Makefile

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

Modified files:

Index: pkgsrc/emulators/shoebill/Makefile
diff -u pkgsrc/emulators/shoebill/Makefile:1.8 pkgsrc/emulators/shoebill/Makefile:1.9
--- pkgsrc/emulators/shoebill/Makefile:1.8      Wed Aug 22 09:45:05 2018
+++ pkgsrc/emulators/shoebill/Makefile  Tue Feb 19 15:59:36 2019
@@ -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"



Home | Main Index | Thread Index | Old Index