diff options
author | Kris Kennaway <kris@FreeBSD.org> | 2002-12-14 23:09:05 +0000 |
---|---|---|
committer | Kris Kennaway <kris@FreeBSD.org> | 2002-12-14 23:09:05 +0000 |
commit | 30b3d93664e09a1a8b6a340d3e5d04ddc29b3947 (patch) | |
tree | 2ee3d42d7687dbab0f41517c05d86b250ddbf728 /lang/linux-j | |
parent | 894c22f8e67f263e4b9d113ff71cc1d7c7af6ed9 (diff) | |
download | ports-30b3d93664e09a1a8b6a340d3e5d04ddc29b3947.tar.gz ports-30b3d93664e09a1a8b6a340d3e5d04ddc29b3947.zip |
Fix build by using USE_LINUX instead of an explicit (bogus) dependency.
Submitted by: Jean-Sebastien Roy <js@jeannot.org>
Notes
Notes:
svn path=/head/; revision=71645
Diffstat (limited to 'lang/linux-j')
-rw-r--r-- | lang/linux-j/Makefile | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/lang/linux-j/Makefile b/lang/linux-j/Makefile index f629dffc8a5c..c1d84e4280e7 100644 --- a/lang/linux-j/Makefile +++ b/lang/linux-j/Makefile @@ -14,9 +14,7 @@ DIST_SUBDIR= ${PORTNAME}/${PORTVERSION} MAINTAINER= js@jeannot.org -RUN_DEPENDS= /compat/linux/lib/ld.so:${PORTSDIR}/emulators/linux_base - -USE_LINUX_LIB= yes +USE_LINUX= yes ONLY_FOR_ARCHS= i386 |