aboutsummaryrefslogtreecommitdiff
path: root/lang/squeak
diff options
context:
space:
mode:
authorBaptiste Daroussin <bapt@FreeBSD.org>2014-07-13 23:36:40 +0000
committerBaptiste Daroussin <bapt@FreeBSD.org>2014-07-13 23:36:40 +0000
commit3fee91136667f7b3cca62afbc9d9f01d03a2ec89 (patch)
treecaf481fc0fb12e9f5b4f7e105ea42f01f77c286a /lang/squeak
parente6ffa1f425ea668e859fae97edfd25a239614331 (diff)
downloadports-3fee91136667f7b3cca62afbc9d9f01d03a2ec89.tar.gz
ports-3fee91136667f7b3cca62afbc9d9f01d03a2ec89.zip
Modernize LIB_DEPENDS
With hat: portmgr
Notes
Notes: svn path=/head/; revision=361728
Diffstat (limited to 'lang/squeak')
-rw-r--r--lang/squeak/Makefile12
1 files changed, 6 insertions, 6 deletions
diff --git a/lang/squeak/Makefile b/lang/squeak/Makefile
index 9a5db8f27db0..5a994a1125d2 100644
--- a/lang/squeak/Makefile
+++ b/lang/squeak/Makefile
@@ -25,12 +25,12 @@ LICENSE_COMB= multi
BUILD_DEPENDS= ${UNZIP_CMD}:${PORTSDIR}/archivers/unzip \
cmake:${PORTSDIR}/devel/cmake \
v4l_compat>=1.0.20120501:${PORTSDIR}/multimedia/v4l_compat
-LIB_DEPENDS= audio:${PORTSDIR}/audio/nas \
- ffi:${PORTSDIR}/devel/libffi \
- asound:${PORTSDIR}/audio/alsa-lib \
- pulse-simple:${PORTSDIR}/audio/pulseaudio \
- gstreamer:${PORTSDIR}/multimedia/gstreamer \
- v4l2:${PORTSDIR}/multimedia/libv4l
+LIB_DEPENDS= libaudio.so:${PORTSDIR}/audio/nas \
+ libffi.so:${PORTSDIR}/devel/libffi \
+ libasound.so:${PORTSDIR}/audio/alsa-lib \
+ libpulse-simple.so:${PORTSDIR}/audio/pulseaudio \
+ libgstreamer.so:${PORTSDIR}/multimedia/gstreamer \
+ libv4l2.so:${PORTSDIR}/multimedia/libv4l
##################################################
VM_VERSION= ${PORTVERSION}.${SVNVERSION}