svn commit: r305710 - head/comms/wspr

Baptiste Daroussin bapt at FreeBSD.org
Thu Oct 11 11:02:28 UTC 2012


Author: bapt
Date: Thu Oct 11 11:02:27 2012
New Revision: 305710
URL: http://svn.freebsd.org/changeset/ports/305710

Log:
  Dependency line should not end with a '/'
  
  Feature safe:	yes

Modified:
  head/comms/wspr/Makefile

Modified: head/comms/wspr/Makefile
==============================================================================
--- head/comms/wspr/Makefile	Thu Oct 11 10:32:21 2012	(r305709)
+++ head/comms/wspr/Makefile	Thu Oct 11 11:02:27 2012	(r305710)
@@ -15,7 +15,7 @@ DISTNAME=	wspr-r${SVN_REV}
 MAINTAINER=	db at FreeBSD.org
 COMMENT=	Weak signal for HF ham radio communication package
 
-RUN_DEPENDS=	${PYTHON_SITELIBDIR}/_tkinter.so:${PORTSDIR}/x11-toolkits/py-tkinter/ \
+RUN_DEPENDS=	${PYTHON_SITELIBDIR}/_tkinter.so:${PORTSDIR}/x11-toolkits/py-tkinter \
 		${PYTHON_SITELIBDIR}/PIL.pth:${PORTSDIR}/graphics/py-imaging
 LIB_DEPENDS=	hamlib:${PORTSDIR}/comms/hamlib \
 		fftw3f:${PORTSDIR}/math/fftw3-float \


More information about the svn-ports-all mailing list