diff options
author | Stefan Walter <stefan@FreeBSD.org> | 2013-04-28 12:25:18 +0000 |
---|---|---|
committer | Stefan Walter <stefan@FreeBSD.org> | 2013-04-28 12:25:18 +0000 |
commit | 729d08f091b142af3286638bf0bdb6e93e82ae82 (patch) | |
tree | 1660f248cf49355334edb7cd49e2635accdcff80 /lang/squeak | |
parent | 6d9af13dc0ab566e41b9505a4bc06c5bedc88b49 (diff) |
Notes
Diffstat (limited to 'lang/squeak')
-rw-r--r-- | lang/squeak/Makefile | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/lang/squeak/Makefile b/lang/squeak/Makefile index c043ced574ef..71c45a12d6f7 100644 --- a/lang/squeak/Makefile +++ b/lang/squeak/Makefile @@ -23,8 +23,7 @@ LICENSE_COMB= multi # Don't set USE_ZIP as this breaks EXTRACT_CMD. BUILD_DEPENDS= ${UNZIP_CMD}:${PORTSDIR}/archivers/unzip \ - cmake:${PORTSDIR}/devel/cmake \ - ${LOCALBASE}/include/libv4l2.h:${PORTSDIR}/multimedia/v4l_compat + cmake:${PORTSDIR}/devel/cmake LIB_DEPENDS= audio:${PORTSDIR}/audio/nas \ ffi:${PORTSDIR}/devel/libffi \ asound:${PORTSDIR}/audio/alsa-lib \ |