Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 11 Oct 2012 12:14:54 +0000 (UTC)
From:      Baptiste Daroussin <bapt@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r305712 - head/comms/wsjt
Message-ID:  <201210111214.q9BCEsbw020095@svn.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: bapt
Date: Thu Oct 11 12:14:54 2012
New Revision: 305712
URL: http://svn.freebsd.org/changeset/ports/305712

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

Modified:
  head/comms/wsjt/Makefile

Modified: head/comms/wsjt/Makefile
==============================================================================
--- head/comms/wsjt/Makefile	Thu Oct 11 11:25:19 2012	(r305711)
+++ head/comms/wsjt/Makefile	Thu Oct 11 12:14:54 2012	(r305712)
@@ -16,7 +16,7 @@ DISTNAME=	wsjt-r${SVN_REV}
 MAINTAINER=	db@FreeBSD.org
 COMMENT=	Weak signal 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=	fftw3f:${PORTSDIR}/math/fftw3-float \
 		samplerate:${PORTSDIR}/audio/libsamplerate



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