diff options
author | Akinori MUSHA <knu@FreeBSD.org> | 2000-07-13 06:49:23 +0000 |
---|---|---|
committer | Akinori MUSHA <knu@FreeBSD.org> | 2000-07-13 06:49:23 +0000 |
commit | 081fe7afe166bce4ba25a9eb4f2d62615804dbd1 (patch) | |
tree | 7bf28d907c234c322f50e92ae3ea7d9c235f252f /palm | |
parent | a7ed515c795edd13b561045425a0960c2ecb98e0 (diff) | |
download | ports-081fe7afe166bce4ba25a9eb4f2d62615804dbd1.tar.gz ports-081fe7afe166bce4ba25a9eb4f2d62615804dbd1.zip |
Notes
Diffstat (limited to 'palm')
-rw-r--r-- | palm/hdconv/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/palm/hdconv/Makefile b/palm/hdconv/Makefile index a8de69430d38..5d3933e7fd88 100644 --- a/palm/hdconv/Makefile +++ b/palm/hdconv/Makefile @@ -13,7 +13,7 @@ DISTNAME= handbase_desktop_${PORTVERSION:S/./_/}.i386-any-linux2.0 MAINTAINER= knu@FreeBSD.org -BUILD_DEPENDS= ${LINUX_DIR}/lib/libc.so.6:${PORTSDIR}/emulators/linux_base +BUILD_DEPENDS= /compat/linux/lib/libc.so.6:${PORTSDIR}/emulators/linux_base ONLY_FOR_ARCHS= i386 NO_BUILD= yes |