pkgsrc-Changes archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
CVS commit: pkgsrc/devel/py-pyobjc-framework-CoreServices
Module Name: pkgsrc
Committed By: adam
Date: Wed Jan 9 08:16:09 UTC 2019
Modified Files:
pkgsrc/devel/py-pyobjc-framework-CoreServices: Makefile
Log Message:
py-pyobjc-framework-CoreServices: fix DEPENDS
To generate a diff of this commit:
cvs rdiff -u -r1.1 -r1.2 \
pkgsrc/devel/py-pyobjc-framework-CoreServices/Makefile
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.
Modified files:
Index: pkgsrc/devel/py-pyobjc-framework-CoreServices/Makefile
diff -u pkgsrc/devel/py-pyobjc-framework-CoreServices/Makefile:1.1 pkgsrc/devel/py-pyobjc-framework-CoreServices/Makefile:1.2
--- pkgsrc/devel/py-pyobjc-framework-CoreServices/Makefile:1.1 Tue Jan 8 20:29:42 2019
+++ pkgsrc/devel/py-pyobjc-framework-CoreServices/Makefile Wed Jan 9 08:16:09 2019
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.1 2019/01/08 20:29:42 adam Exp $
+# $NetBSD: Makefile,v 1.2 2019/01/09 08:16:09 adam Exp $
.include "../../devel/py-pyobjc/Makefile.common"
@@ -12,7 +12,7 @@ COMMENT= Bridge between Python and Objec
USE_LANGUAGES= c objc
DEPENDS+= ${PYPKGPREFIX}-pyobjc-core>=${PYOBJC_VERS}:../../devel/py-pyobjc-core
-DEPENDS+= ${PYPKGPREFIX}-pyobjc-FSEvents>=${PYOBJC_VERS}:../../devel/py-pyobjc-FSEvents
+DEPENDS+= ${PYPKGPREFIX}-pyobjc-framework-FSEvents>=${PYOBJC_VERS}:../../devel/py-pyobjc-framework-FSEvents
.include "../../lang/python/egg.mk"
.include "../../mk/bsd.pkg.mk"
Home |
Main Index |
Thread Index |
Old Index