diff options
Diffstat (limited to 'www/linux-mplayer-plugin/Makefile')
-rw-r--r-- | www/linux-mplayer-plugin/Makefile | 7 |
1 files changed, 2 insertions, 5 deletions
diff --git a/www/linux-mplayer-plugin/Makefile b/www/linux-mplayer-plugin/Makefile index 4434762eb6bd..3b41bef1c702 100644 --- a/www/linux-mplayer-plugin/Makefile +++ b/www/linux-mplayer-plugin/Makefile @@ -17,14 +17,11 @@ PKGNAMEPREFIX= linux- MAINTAINER= ports@FreeBSD.org COMMENT= Embed MPlayer into browser -RUN_DEPENDS= mplayer:${PORTSDIR}/multimedia/mplayer \ - ${LINUXBASE}/usr/lib/libgtk-x11-2.0.so.0:${PORTSDIR}/x11-toolkits/linux-gtk2 \ - ${LINUXBASE}/usr/lib/libatk-1.0.so.0:${PORTSDIR}/accessibility/linux-atk \ - ${LINUXBASE}/usr/lib/libpangoxft-1.0.so.0:${PORTSDIR}/x11-toolkits/linux-pango +RUN_DEPENDS= mplayer:${PORTSDIR}/multimedia/mplayer NO_BUILD= yes USE_LINUX_RPM= yes -USE_XLIB= yes +USE_LINUX_APPS= atk gtk2 pango xorglibs LINUX_DIST= fedora LINUX_DIST_VER= 4 PREFIX?= ${LOCALBASE} |