diff options
author | kris <kris@FreeBSD.org> | 2002-12-15 07:09:05 +0800 |
---|---|---|
committer | kris <kris@FreeBSD.org> | 2002-12-15 07:09:05 +0800 |
commit | 31abfdf1b859199f492ac18538942499651e3c36 (patch) | |
tree | 65683b90b266629717b41956f4d978736f92e39a | |
parent | c708d627434277de1b7ed2eda3efc16a5886a7f4 (diff) | |
download | freebsd-ports-gnome-31abfdf1b859199f492ac18538942499651e3c36.tar.gz freebsd-ports-gnome-31abfdf1b859199f492ac18538942499651e3c36.tar.zst freebsd-ports-gnome-31abfdf1b859199f492ac18538942499651e3c36.zip |
Fix build by using USE_LINUX instead of an explicit (bogus) dependency.
Submitted by: Jean-Sebastien Roy <js@jeannot.org>
-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 |