diff options
author | obrien <obrien@FreeBSD.org> | 2002-05-30 03:07:10 +0800 |
---|---|---|
committer | obrien <obrien@FreeBSD.org> | 2002-05-30 03:07:10 +0800 |
commit | 8cae3e3051a463b8f36d4c8ea7726a9dd07392fa (patch) | |
tree | 17876ed12111d1cd6fc38c79f52a1a12c13a6f14 /graphics/linux-bmrt | |
parent | a84b639c096a14b5ea50f355de2cd9dfbed14fac (diff) | |
download | freebsd-ports-gnome-8cae3e3051a463b8f36d4c8ea7726a9dd07392fa.tar.gz freebsd-ports-gnome-8cae3e3051a463b8f36d4c8ea7726a9dd07392fa.tar.zst freebsd-ports-gnome-8cae3e3051a463b8f36d4c8ea7726a9dd07392fa.zip |
USE_LINUX rather than explicitly listing the dependency.
Diffstat (limited to 'graphics/linux-bmrt')
-rw-r--r-- | graphics/linux-bmrt/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/graphics/linux-bmrt/Makefile b/graphics/linux-bmrt/Makefile index ae9e4a3da4de..e6d15e2744fc 100644 --- a/graphics/linux-bmrt/Makefile +++ b/graphics/linux-bmrt/Makefile @@ -13,9 +13,9 @@ DISTNAME= BMRT${PORTVERSION}.linux-glibc2 MAINTAINER= rjoseph@mammalia.org -RUN_DEPENDS= /compat/linux/usr/i486-linux-libc5/lib/libc.so.5:${PORTSDIR}/emulators/linux_base \ - /compat/linux/usr/X11R6/lib/libGL.so:${PORTSDIR}/graphics/linux_mesa3 +RUN_DEPENDS= /compat/linux/usr/X11R6/lib/libGL.so:${PORTSDIR}/graphics/linux_mesa3 +USE_LINUX= yes WRKSRC= ${WRKDIR}/BMRT2.6 NO_BUILD= yes ONLY_FOR_ARCHS= i386 |