summaryrefslogtreecommitdiff
path: root/multimedia
diff options
context:
space:
mode:
authorDavid E. O'Brien <obrien@FreeBSD.org>2002-05-28 03:22:32 +0000
committerDavid E. O'Brien <obrien@FreeBSD.org>2002-05-28 03:22:32 +0000
commit61378a37df49b4c5ddfc77fab6b4a1c9bd8b67f2 (patch)
treed0cf3e13899a29ea2deb82fd03747b33ecc3864f /multimedia
parentUpdate to 1.7.0.1. (diff)
Explict dependancy on version 7 of linux_base is not needed anymore.
The linux_base port is now at RH version 7.
Notes
Notes: svn path=/head/; revision=60165
Diffstat (limited to 'multimedia')
-rw-r--r--multimedia/linux-divxplayer/Makefile8
1 files changed, 2 insertions, 6 deletions
diff --git a/multimedia/linux-divxplayer/Makefile b/multimedia/linux-divxplayer/Makefile
index 617783a28643..86f3505a91e3 100644
--- a/multimedia/linux-divxplayer/Makefile
+++ b/multimedia/linux-divxplayer/Makefile
@@ -14,17 +14,13 @@ DISTNAME= divx-player-installer
MAINTAINER= lioux@FreeBSD.org
-RUN_DEPENDS= \
- ${LINUXBASE}/etc/redhat-release:${PORTSDIR}/emulators/linux_base-7
-
ONLY_FOR_ARCHS= i386
+
USE_LINUX= yes
USE_X_PREFIX= yes
NO_BUILD= yes
STRIP=
-
-WRKSRC= ${WRKDIR}/divx-player-installer
-
+WRKSRC= ${WRKDIR}/divx-player-installer
STRIP_CMD= ${LINUXBASE}/usr/bin/strip
.if exists(/usr/bin/brandelf)