diff options
author | db <db@FreeBSD.org> | 2015-08-20 07:08:11 +0800 |
---|---|---|
committer | db <db@FreeBSD.org> | 2015-08-20 07:08:11 +0800 |
commit | 48e8c36f4cc1cd3aa3b7619eb64e130743b02011 (patch) | |
tree | 785537ef61c9bf6d0e2d068b8679760cae871bc5 /comms | |
parent | d371428236a8003abbdf7f6d975d86bb7966f08a (diff) | |
download | freebsd-ports-gnome-48e8c36f4cc1cd3aa3b7619eb64e130743b02011.tar.gz freebsd-ports-gnome-48e8c36f4cc1cd3aa3b7619eb64e130743b02011.tar.zst freebsd-ports-gnome-48e8c36f4cc1cd3aa3b7619eb64e130743b02011.zip |
Remove debugging echo
Actually use correct dependancy for kvasd
Diffstat (limited to 'comms')
-rw-r--r-- | comms/wsjt/Makefile | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/comms/wsjt/Makefile b/comms/wsjt/Makefile index 7cd0e7ff68d8..d80bfb3541a7 100644 --- a/comms/wsjt/Makefile +++ b/comms/wsjt/Makefile @@ -21,7 +21,7 @@ WSJT_DEPENDS= ${PYTHON_LIBDIR}/tkinter:${PORTSDIR}/x11-toolkits/py-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 |