From 7f4572eae4327c4403d9ef714cb6de917650662a Mon Sep 17 00:00:00 2001 From: Mathieu Arnold Date: Fri, 1 Apr 2016 13:29:15 +0000 Subject: Remove ${PORTSDIR}/ from dependencies, Mk and categories a, b, and c. With hat: portmgr Sponsored by: Absolight --- comms/quisk/Makefile | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) (limited to 'comms/quisk/Makefile') diff --git a/comms/quisk/Makefile b/comms/quisk/Makefile index 3e440273372a..2ab12f18c5a9 100644 --- a/comms/quisk/Makefile +++ b/comms/quisk/Makefile @@ -12,10 +12,10 @@ COMMENT= Software Defined Radio (SDR) LICENSE= GPLv2 -LIB_DEPENDS= libfftw3.so:${PORTSDIR}/math/fftw3 \ - libportaudio.so:${PORTSDIR}/audio/portaudio \ - libasound.so:${PORTSDIR}/audio/alsa-lib \ - libpulse.so:${PORTSDIR}/audio/pulseaudio +LIB_DEPENDS= libfftw3.so:math/fftw3 \ + libportaudio.so:audio/portaudio \ + libasound.so:audio/alsa-lib \ + libpulse.so:audio/pulseaudio USES= python USE_PYTHON= distutils autoplist -- cgit v1.2.3