diff options
author | bsam <bsam@FreeBSD.org> | 2006-11-08 05:37:43 +0800 |
---|---|---|
committer | bsam <bsam@FreeBSD.org> | 2006-11-08 05:37:43 +0800 |
commit | fa99c7587516ce280668a99467cf98f5858af1ce (patch) | |
tree | 63b5bb77d36945c94e93fc99380a07c4c190ddbc | |
parent | 29979d2cf9e67d22c73f05c1d9306931f3e2a5c1 (diff) | |
download | freebsd-ports-gnome-fa99c7587516ce280668a99467cf98f5858af1ce.tar.gz freebsd-ports-gnome-fa99c7587516ce280668a99467cf98f5858af1ce.tar.zst freebsd-ports-gnome-fa99c7587516ce280668a99467cf98f5858af1ce.zip |
Revert back the previous commit, remove RUN_DEPENDS:
- graphics/linux-png
- graphics/linux-gdk-pixbuf [1]
They are not needed to run linux-realplayer.
PORTREVISION is not bumpted since the package should never be
created (graphics/linux-gdk-pixbuf is marked as CONFLICTS with another
running dependency x11-toolkits/linux-gtk2).
PR: 105140 [1]
Submitted by: Nicholas Taylor <net20 at cam.ac.uk> [1]
-rw-r--r-- | multimedia/linux-realplayer/Makefile | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/multimedia/linux-realplayer/Makefile b/multimedia/linux-realplayer/Makefile index 851dd06af0eb..34cb710d9f18 100644 --- a/multimedia/linux-realplayer/Makefile +++ b/multimedia/linux-realplayer/Makefile @@ -18,9 +18,7 @@ MAINTAINER= ports@FreeBSD.org COMMENT= Linux RealPlayer 10 from RealNetworks EXTRACT_DEPENDS= rpm2cpio.pl:${PORTSDIR}/archivers/rpm2cpio -RUN_DEPENDS= ${LINUXBASE}/usr/lib/libgtk-x11-2.0.so.0:${PORTSDIR}/x11-toolkits/linux-gtk2 \ - ${LINUXBASE}/usr/lib/libpng12.so.0:${PORTSDIR}/graphics/linux-png \ - ${LINUXBASE}/usr/lib/gdk-pixbuf/loaders/libpixbufloader-png.so:${PORTSDIR}/graphics/linux-gdk-pixbuf +RUN_DEPENDS= ${LINUXBASE}/usr/lib/libgtk-x11-2.0.so.0:${PORTSDIR}/x11-toolkits/linux-gtk2 WRKSRC= ${WRKDIR}/usr/local/RealPlayer ONLY_FOR_ARCHS= i386 amd64 |