diff options
author | tijl <tijl@FreeBSD.org> | 2014-09-20 02:09:47 +0800 |
---|---|---|
committer | tijl <tijl@FreeBSD.org> | 2014-09-20 02:09:47 +0800 |
commit | 029267087f9f853214d545f32e776d14af2c9488 (patch) | |
tree | 3c142e218947e4222823fc8a400aca20bc041630 /www | |
parent | 3f6aee32f5871ad16e89c60014590072d7bea9ee (diff) | |
download | freebsd-ports-gnome-029267087f9f853214d545f32e776d14af2c9488.tar.gz freebsd-ports-gnome-029267087f9f853214d545f32e776d14af2c9488.tar.zst freebsd-ports-gnome-029267087f9f853214d545f32e776d14af2c9488.zip |
Add USES=libtool
Diffstat (limited to 'www')
-rw-r--r-- | www/npapi-vlc/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/www/npapi-vlc/Makefile b/www/npapi-vlc/Makefile index 8bed131435e8..57dc5033d1e8 100644 --- a/www/npapi-vlc/Makefile +++ b/www/npapi-vlc/Makefile @@ -13,7 +13,7 @@ COMMENT= Embeds vlc-player in web-browsers LIB_DEPENDS= libvlc.so:${PORTSDIR}/multimedia/vlc \ libxul.so:${PORTSDIR}/www/libxul -USES= webplugin:native pkgconfig tar:xz +USES= libtool pkgconfig tar:xz webplugin:native USE_GNOME= gtk20 WEBPLUGIN_NAME= # WEBPLUGIN_FILES=libvlcplugin.so |