svn commit: r377834 - head/misc/py-osd

Antoine Brodin antoine at FreeBSD.org
Sat Jan 24 22:11:00 UTC 2015


Author: antoine
Date: Sat Jan 24 22:10:59 2015
New Revision: 377834
URL: https://svnweb.freebsd.org/changeset/ports/377834
QAT: https://qat.redports.org/buildarchive/r377834/

Log:
  Fix RUN_DEPENDS

Modified:
  head/misc/py-osd/Makefile

Modified: head/misc/py-osd/Makefile
==============================================================================
--- head/misc/py-osd/Makefile	Sat Jan 24 22:02:38 2015	(r377833)
+++ head/misc/py-osd/Makefile	Sat Jan 24 22:10:59 2015	(r377834)
@@ -3,7 +3,7 @@
 
 PORTNAME=	osd
 PORTVERSION=	0.2.14
-PORTREVISION=	9
+PORTREVISION=	10
 CATEGORIES=	misc python
 MASTER_SITES=	http://ichi2.net/pyosd/
 PKGNAMEPREFIX=	${PYTHON_PKGNAMEPREFIX}
@@ -13,9 +13,8 @@ MAINTAINER=	novel at FreeBSD.org
 COMMENT=	Python wrapper for osd, for displaying text on your X display
 
 LIB_DEPENDS=	libxosd.so:${PORTSDIR}/misc/xosd
-RUN_DEPENDS=	${LOCALBASE}/bin/twistd:${PORTSDIR}/devel/py-twisted
 
-USES=		python
+USES=		python twisted:run
 USE_PYTHON=	distutils autoplist
 
 PORTDOCS=	AUTHORS ChangeLog ChangeLog.old README README.daemon pyosd.html


More information about the svn-ports-all mailing list