aboutsummaryrefslogtreecommitdiff
path: root/audio/qjackctl
diff options
context:
space:
mode:
authorMathieu Arnold <mat@FreeBSD.org>2016-04-01 13:29:15 +0000
committerMathieu Arnold <mat@FreeBSD.org>2016-04-01 13:29:15 +0000
commit7f4572eae4327c4403d9ef714cb6de917650662a (patch)
treee5609c11a5cecf09649970cae33b72d3774969e3 /audio/qjackctl
parent630b8bcb8b62c77a87ea9d6bfa87a312a9d89555 (diff)
downloadports-7f4572eae4327c4403d9ef714cb6de917650662a.tar.gz
ports-7f4572eae4327c4403d9ef714cb6de917650662a.zip
Remove ${PORTSDIR}/ from dependencies, Mk and categories a, b, and c.
With hat: portmgr Sponsored by: Absolight
Notes
Notes: svn path=/head/; revision=412344
Diffstat (limited to 'audio/qjackctl')
-rw-r--r--audio/qjackctl/Makefile6
1 files changed, 3 insertions, 3 deletions
diff --git a/audio/qjackctl/Makefile b/audio/qjackctl/Makefile
index bbb01d7a90b6..33ac5303f609 100644
--- a/audio/qjackctl/Makefile
+++ b/audio/qjackctl/Makefile
@@ -11,7 +11,7 @@ COMMENT= Qt interface for JACK Audio Connection Kit
LICENSE= GPLv2
-LIB_DEPENDS= libjack.so:${PORTSDIR}/audio/jack
+LIB_DEPENDS= libjack.so:audio/jack
USES= gmake
QT_NONSTANDARD= yes
@@ -31,10 +31,10 @@ OPTIONS_DEFAULT= QT4
TOOLKIT_DESC= Preferred Qt toolkit
-ALSA_LIB_DEPENDS= libasound.so:${PORTSDIR}/audio/alsa-lib
+ALSA_LIB_DEPENDS= libasound.so:audio/alsa-lib
ALSA_CONFIGURE_ENABLE= alsa_seq
-PORTAUDIO_LIB_DEPENDS= libportaudio.so:${PORTSDIR}/audio/portaudio
+PORTAUDIO_LIB_DEPENDS= libportaudio.so:audio/portaudio
PORTAUDIO_CONFIGURE_ENABLE= portaudio
QT4_USE= qt4=corelib,dbus,gui,xml \