svn commit: r394818 - head/comms/wsjt

Diane Bruce db at FreeBSD.org
Wed Aug 19 23:08:12 UTC 2015


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
 


More information about the svn-ports-all mailing list