diff options
author | Boris Samorodov <bsam@FreeBSD.org> | 2009-01-21 16:17:47 +0000 |
---|---|---|
committer | Boris Samorodov <bsam@FreeBSD.org> | 2009-01-21 16:17:47 +0000 |
commit | b9b4aec7e08fe3664975052148bc0fcc477d67db (patch) | |
tree | 9096c2fa00a6e009d88ec568685e2b892fee48c0 /www/linux-mplayer-plugin | |
parent | 93139e9aed756ce72656898d1d1bcb4d6b5273ba (diff) |
Notes
Diffstat (limited to 'www/linux-mplayer-plugin')
-rw-r--r-- | www/linux-mplayer-plugin/Makefile | 8 |
1 files changed, 1 insertions, 7 deletions
diff --git a/www/linux-mplayer-plugin/Makefile b/www/linux-mplayer-plugin/Makefile index bd7c42463ba5..4434762eb6bd 100644 --- a/www/linux-mplayer-plugin/Makefile +++ b/www/linux-mplayer-plugin/Makefile @@ -8,7 +8,7 @@ PORTNAME= mplayerplug-in PORTVERSION= 3.50 DISTVERSIONSUFFIX= -1.rh9.rf -PORTREVISION= 2 +PORTREVISION= 3 CATEGORIES= www multimedia MASTER_SITES= CENKES http://apt.sw.be/packages/mplayerplug-in/ \ ftp://fr2.rpmfind.net/linux/dag/redhat/9/en/i386/dag/RPMS/ @@ -21,12 +21,6 @@ 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 -.if !defined(OVERRIDE_LINUX_BASE_PORT) || \ - (${OVERRIDE_LINUX_BASE_PORT} != "fc6" && \ - ${OVERRIDE_LINUX_BASE_PORT} != "f7" && \ - ${OVERRIDE_LINUX_BASE_PORT} != "f8") -RUN_DEPENDS+= ${LINUXBASE}/usr/lib/libgobject-2.0.so.0:${PORTSDIR}/devel/linux-glib2 -.endif NO_BUILD= yes USE_LINUX_RPM= yes |