summaryrefslogtreecommitdiff
path: root/multimedia/vlc/Makefile
diff options
context:
space:
mode:
authorabs <abs@pkgsrc.org>2011-01-26 19:34:48 +0000
committerabs <abs@pkgsrc.org>2011-01-26 19:34:48 +0000
commita2258c724b71afc00e98595a53aa814ee4ea8d75 (patch)
tree5fd93707a1f3f529dd12b22e3ad5dfec23c3c3ae /multimedia/vlc/Makefile
parentb4b5d058f93bb9c55797e457d8444e604d45c579 (diff)
downloadpkgsrc-a2258c724b71afc00e98595a53aa814ee4ea8d75.tar.gz
As suggsted by joerg, adjust CHECK_WRKREF_SKIP to just use shell wildcards rather than needing to update it if the so version is changed
Diffstat (limited to 'multimedia/vlc/Makefile')
-rw-r--r--multimedia/vlc/Makefile8
1 files changed, 2 insertions, 6 deletions
diff --git a/multimedia/vlc/Makefile b/multimedia/vlc/Makefile
index fb361bfe437..bcee66eb5fc 100644
--- a/multimedia/vlc/Makefile
+++ b/multimedia/vlc/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.104 2011/01/26 14:18:56 abs Exp $
+# $NetBSD: Makefile,v 1.105 2011/01/26 19:34:48 abs Exp $
#
DISTNAME= vlc-${VLC_VERSION}
@@ -114,12 +114,8 @@ SUBST_MESSAGE.fnt= Fixing hardcoded paths.
REPLACE_SH+= vlc-config.in.in
# VLC embeds the build environment info to help debuging.
-# Change it if it's bumped after a VLC upgrade!
-#
CHECK_WRKREF_SKIP= lib/libvlccore.a \
- lib/libvlccore.so \
- lib/libvlccore.so.4 \
- lib/libvlccore.so.4.0.2
+ lib/libvlccore.so*
.include "../../audio/libmpcdec/buildlink3.mk"
.include "../../audio/flac/buildlink3.mk"