- Fix install with linux_base-f[6-8]
PR: ports/129516 Submitted by: Katsuyuki Miyoshi <katsu@miyoshi.matsuyama.ehime.jp>
This commit is contained in:
parent
b389a92ebf
commit
c1cfb93b18
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=224174
1 changed files with 9 additions and 4 deletions
|
@ -8,12 +8,11 @@
|
|||
PORTNAME= mplayerplug-in
|
||||
PORTVERSION= 3.50
|
||||
DISTVERSIONSUFFIX= -1.rh9.rf
|
||||
PORTREVISION= 1
|
||||
PORTREVISION= 2
|
||||
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/
|
||||
PKGNAMEPREFIX= linux-
|
||||
SRC_DISTFILES=
|
||||
|
||||
MAINTAINER= ports@FreeBSD.org
|
||||
COMMENT= Embed MPlayer into browser
|
||||
|
@ -21,8 +20,13 @@ 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\
|
||||
${LINUXBASE}/usr/lib/libgobject-2.0.so.0:${PORTSDIR}/devel/linux-glib2
|
||||
${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
|
||||
|
@ -30,6 +34,7 @@ USE_XLIB= yes
|
|||
LINUX_DIST= fedora
|
||||
LINUX_DIST_VER= 4
|
||||
PREFIX?= ${LOCALBASE}
|
||||
SRC_DISTFILES=
|
||||
|
||||
USE_NPAPI= linux
|
||||
NPAPI_WRKSRC= ${WRKDIR}/usr/lib/mozilla/plugins
|
||||
|
|
Loading…
Reference in a new issue