Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 17 Nov 2019 07:03:36 +0000 (UTC)
From:      Antoine Brodin <antoine@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r517805 - head/www/twms
Message-ID:  <201911170703.xAH73aed090043@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: antoine
Date: Sun Nov 17 07:03:35 2019
New Revision: 517805
URL: https://svnweb.freebsd.org/changeset/ports/517805

Log:
  Fix DEPENDS
  
  Pointy hat:	wen

Modified:
  head/www/twms/Makefile

Modified: head/www/twms/Makefile
==============================================================================
--- head/www/twms/Makefile	Sun Nov 17 06:15:39 2019	(r517804)
+++ head/www/twms/Makefile	Sun Nov 17 07:03:35 2019	(r517805)
@@ -12,7 +12,7 @@ LICENSE=	GPLv3+
 LICENSE_FILE=	${WRKSRC}/COPYING
 
 RUN_DEPENDS=	${PYTHON_PKGNAMEPREFIX}pyproj>0:graphics/py-pyproj@${PY_FLAVOR} \
-		webpy>0:www/webpy@${PY_FLAVOR} \
+		${PYTHON_PKGNAMEPREFIX}webpy>0:www/webpy@${PY_FLAVOR} \
 		${PYTHON_PKGNAMEPREFIX}pillow>0:graphics/py-pillow@${PY_FLAVOR} \
 		${PYTHON_PKGNAMEPREFIX}cairo>0:graphics/py-cairo@${PY_FLAVOR} \
 		${FREESANS}:x11-fonts/freefont-ttf



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201911170703.xAH73aed090043>