pkgsrc-Changes archive

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

CVS commit: pkgsrc/emulators/hatari



Module Name:    pkgsrc
Committed By:   tnn
Date:           Wed Feb  6 17:51:01 UTC 2019

Modified Files:
        pkgsrc/emulators/hatari: Makefile

Log Message:
hatari: fix build for X11_TYPE=modular

via tech-pkg Sijmen Mulder


To generate a diff of this commit:
cvs rdiff -u -r1.47 -r1.48 pkgsrc/emulators/hatari/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/hatari/Makefile
diff -u pkgsrc/emulators/hatari/Makefile:1.47 pkgsrc/emulators/hatari/Makefile:1.48
--- pkgsrc/emulators/hatari/Makefile:1.47       Tue Jul  3 05:03:15 2018
+++ pkgsrc/emulators/hatari/Makefile    Wed Feb  6 17:51:01 2019
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.47 2018/07/03 05:03:15 adam Exp $
+# $NetBSD: Makefile,v 1.48 2019/02/06 17:51:01 tnn Exp $
 
 DISTNAME=      hatari-2.0.0
 CATEGORIES=    emulators
@@ -41,4 +41,6 @@ INSTALLATION_DIRS+=   share/doc/hatari
 .include "../../graphics/png/buildlink3.mk"
 .include "../../lang/python/application.mk"
 .include "../../sysutils/desktop-file-utils/desktopdb.mk"
+.include "../../x11/libXext/buildlink3.mk"
+.include "../../x11/libX11/buildlink3.mk"
 .include "../../mk/bsd.pkg.mk"



Home | Main Index | Thread Index | Old Index