diff options
author | obrien <obrien@FreeBSD.org> | 2002-05-29 19:07:10 +0000 |
---|---|---|
committer | obrien <obrien@FreeBSD.org> | 2002-05-29 19:07:10 +0000 |
commit | 8cae3e3051a463b8f36d4c8ea7726a9dd07392fa (patch) | |
tree | 17876ed12111d1cd6fc38c79f52a1a12c13a6f14 /math/wingz/Makefile | |
parent | a84b639c096a14b5ea50f355de2cd9dfbed14fac (diff) | |
download | FreeBSD-ports-8cae3e3051a463b8f36d4c8ea7726a9dd07392fa.zip FreeBSD-ports-8cae3e3051a463b8f36d4c8ea7726a9dd07392fa.tar.gz |
USE_LINUX rather than explicitly listing the dependency.
Diffstat (limited to 'math/wingz/Makefile')
-rw-r--r-- | math/wingz/Makefile | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/math/wingz/Makefile b/math/wingz/Makefile index 61823be..03c3326 100644 --- a/math/wingz/Makefile +++ b/math/wingz/Makefile @@ -15,12 +15,10 @@ EXTRACT_SUFX= .tgz MAINTAINER= ports@FreeBSD.org -RUN_DEPENDS= /compat/linux/usr/i486-linux-libc5/lib/libc.so.5:${PORTSDIR}/emulators/linux_base - ONLY_FOR_ARCHS= i386 +USE_LINUX= yes NO_WRKSUBDIR= yes - USE_X_PREFIX= yes post-install: |