Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 19 Aug 2015 23:08:12 +0000 (UTC)
From:      Diane Bruce <db@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r394818 - head/comms/wsjt
Message-ID:  <201508192308.t7JN8CuH091121@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: db
Date: Wed Aug 19 23:08:11 2015
New Revision: 394818
URL: https://svnweb.freebsd.org/changeset/ports/394818

Log:
  Remove debugging echo
  Actually use correct dependancy for kvasd

Modified:
  head/comms/wsjt/Makefile

Modified: head/comms/wsjt/Makefile
==============================================================================
--- head/comms/wsjt/Makefile	Wed Aug 19 22:29:26 2015	(r394817)
+++ head/comms/wsjt/Makefile	Wed Aug 19 23:08:11 2015	(r394818)
@@ -21,7 +21,7 @@ WSJT_DEPENDS=	${PYTHON_LIBDIR}/tkinter:$
 		${PYTHON_SITELIBDIR}/PIL:${PORTSDIR}/graphics/py-pillow \
 		${PYNUMPY}
 BUILD_DEPENDS=	${WSJT_DEPENDS}
-RUN_DEPENDS=	${LINUXBASE}/bin/kvasd:${PORTSDIR}/comms/kvasd \
+RUN_DEPENDS=	kvasd:${PORTSDIR}/comms/kvasd \
 		${WSJT_DEPENDS}
 
 USE_GCC=	yes
@@ -95,7 +95,6 @@ do-build:
 	(cd ${WRKSRC};${GMAKE})
 
 post-configure:
-	echo ZZZ post-configure
 	${REINPLACE_CMD} -e 's|f2py|f2py-${PYTHON_VER}|' \
 	    ${WRKSRC}/Makefile
 



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