pkgsrc-WIP-changes archive

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

sync-server-dependencies: Adapt for py-mod_wsgi PKGNAME change.



Module Name:	pkgsrc-wip
Committed By:	Thomas Klausner <wiz%NetBSD.org@localhost>
Pushed By:	wiz
Date:		Fri Sep 9 11:45:00 2016 +0200
Changeset:	1d741154ec5cc5e1b5af86cc9ba72256f89eedea

Modified Files:
	sync-server-dependencies/options.mk

Log Message:
sync-server-dependencies: Adapt for py-mod_wsgi PKGNAME change.

To see a diff of this commit:
https://wip.pkgsrc.org/cgi-bin/gitweb.cgi?p=pkgsrc-wip.git;a=commitdiff;h=1d741154ec5cc5e1b5af86cc9ba72256f89eedea

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

diffstat:
 sync-server-dependencies/options.mk | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diffs:
diff --git a/sync-server-dependencies/options.mk b/sync-server-dependencies/options.mk
index bf6fac8..8485b39 100644
--- a/sync-server-dependencies/options.mk
+++ b/sync-server-dependencies/options.mk
@@ -7,6 +7,6 @@ PKG_SUGGESTED_OPTIONS=	apache
 .include "../../mk/bsd.options.mk"
 
 .if !empty(PKG_OPTIONS:Mapache)
-DEPENDS+=	${PYPKGPREFIX}-mod_wsgi-[0-9]*:../../www/py-mod_wsgi
+DEPENDS+=	${PYPKGPREFIX}-${APACHE_PKG_PREFIX}-mod_wsgi-[0-9]*:../../www/py-mod_wsgi
 .include "../../mk/apache.mk"
 .endif


Home | Main Index | Thread Index | Old Index