pkgsrc-Changes archive

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

CVS commit: pkgsrc/x11/py-Tk



Module Name:    pkgsrc
Committed By:   adam
Date:           Tue Apr  3 18:22:47 UTC 2018

Modified Files:
        pkgsrc/x11/py-Tk: Makefile

Log Message:
py-Tk: Darwin does not need libX11


To generate a diff of this commit:
cvs rdiff -u -r1.65 -r1.66 pkgsrc/x11/py-Tk/Makefile

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

Modified files:

Index: pkgsrc/x11/py-Tk/Makefile
diff -u pkgsrc/x11/py-Tk/Makefile:1.65 pkgsrc/x11/py-Tk/Makefile:1.66
--- pkgsrc/x11/py-Tk/Makefile:1.65      Mon Mar 12 11:17:55 2018
+++ pkgsrc/x11/py-Tk/Makefile   Tue Apr  3 18:22:47 2018
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.65 2018/03/12 11:17:55 wiz Exp $
+# $NetBSD: Makefile,v 1.66 2018/04/03 18:22:47 adam Exp $
 
 PKGNAME=       ${PYPKGPREFIX}-Tk-${PY_DISTVERSION}
 PKGREVISION=   5
@@ -26,6 +26,7 @@ PYSETUPINSTALLARGS+=  --install-lib ${PRE
 .if ${OPSYS} == "Darwin"
 PY_SETUP_SUBST+=       X11LIB=
 .else
+.include "../../x11/libX11/buildlink3.mk"
 PY_SETUP_SUBST+=       X11LIB=\'X11\'
 .endif
 
@@ -44,5 +45,4 @@ do-patch:
 .include "../../lang/python/srcdist.mk"
 .include "../../lang/tcl/buildlink3.mk"
 .include "../../x11/tk/buildlink3.mk"
-.include "../../x11/libX11/buildlink3.mk"
 .include "../../mk/bsd.pkg.mk"



Home | Main Index | Thread Index | Old Index