diff options
author | Alexander Leidinger <netchild@FreeBSD.org> | 2004-12-31 18:24:10 +0000 |
---|---|---|
committer | Alexander Leidinger <netchild@FreeBSD.org> | 2004-12-31 18:24:10 +0000 |
commit | 64cf27c85d89298041b8c8dc2fd090181e6d10d8 (patch) | |
tree | 11668b893f94453b0262a155d53e6eac8dd4a6f5 /multimedia/mtv | |
parent | 440d8863c8d496b982754e2a71867892213a902b (diff) |
Notes
Diffstat (limited to 'multimedia/mtv')
-rw-r--r-- | multimedia/mtv/Makefile | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/multimedia/mtv/Makefile b/multimedia/mtv/Makefile index 0bc6cd08ce09..d74996b437b6 100644 --- a/multimedia/mtv/Makefile +++ b/multimedia/mtv/Makefile @@ -7,6 +7,7 @@ PORTNAME= mtv PORTVERSION= 1.2.5 +PORTREVISION= 1 CATEGORIES= multimedia linux MASTER_SITES= ftp://ftp.mpegtv.com/pub/mpeg/mpegtv/player/x86-unknown-linux-glibc/packages/TGZ/ DISTFILES= ${PORTNAME}-${PORTVERSION}.tar.gz libSDLx11.so.tar.gz @@ -14,7 +15,7 @@ DISTFILES= ${PORTNAME}-${PORTVERSION}.tar.gz libSDLx11.so.tar.gz MAINTAINER= ports@FreeBSD.org COMMENT= High-performance MPEG video player (shareware) -RUN_DEPENDS= /compat/linux/lib/libc.so.6:${PORTSDIR}/emulators/linux_base +RUN_DEPENDS= ${LINUXBASE}/usr/X11R6/lib/libX11.so.6:${PORTSDIR}/x11/linux-XFree86-libs EXTRACT_ONLY= ${PORTNAME}-${PORTVERSION}.tar.gz NO_PACKAGE= "No redistribution" @@ -22,6 +23,7 @@ NO_CDROM= "No redistribution" NO_BUILD= yes NO_FILTER_SHLIBS=yes ONLY_FOR_ARCHS= i386 +USE_LINUX= yes WRKSRC= ${WRKDIR}/mtv MAN1= mtv.1 |