diff options
author | Mathieu Arnold <mat@FreeBSD.org> | 2016-04-01 13:29:15 +0000 |
---|---|---|
committer | Mathieu Arnold <mat@FreeBSD.org> | 2016-04-01 13:29:15 +0000 |
commit | 7f4572eae4327c4403d9ef714cb6de917650662a (patch) | |
tree | e5609c11a5cecf09649970cae33b72d3774969e3 /comms/qsstv | |
parent | 630b8bcb8b62c77a87ea9d6bfa87a312a9d89555 (diff) | |
download | ports-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 'comms/qsstv')
-rw-r--r-- | comms/qsstv/Makefile | 12 |
1 files changed, 6 insertions, 6 deletions
diff --git a/comms/qsstv/Makefile b/comms/qsstv/Makefile index c28eb26c2453..6ccba293f1e5 100644 --- a/comms/qsstv/Makefile +++ b/comms/qsstv/Makefile @@ -12,12 +12,12 @@ COMMENT= Amateur Radio SSTV/FAX reception program for unix LICENSE= GPLv3 -LIB_DEPENDS= libfftw3.so:${PORTSDIR}/math/fftw3 \ - libfftw3f.so:${PORTSDIR}/math/fftw3-float \ - libhamlib.so:${PORTSDIR}/comms/hamlib \ - libasound.so:${PORTSDIR}/audio/alsa-lib \ - libjasper.so:${PORTSDIR}/graphics/jasper -BUILD_DEPENDS= v4l_compat>=0:${PORTSDIR}/multimedia/v4l_compat +LIB_DEPENDS= libfftw3.so:math/fftw3 \ + libfftw3f.so:math/fftw3-float \ + libhamlib.so:comms/hamlib \ + libasound.so:audio/alsa-lib \ + libjasper.so:graphics/jasper +BUILD_DEPENDS= v4l_compat>=0:multimedia/v4l_compat USES= qmake USE_QT4= gui network xml moc_build rcc_build uic_build |