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/hdconv/Makefile | |
parent | Update md5 due to their repack of the distfile as of a week ago. (diff) |
Correct BUILD_DEPENDS.
Notes
Notes:
svn path=/head/; revision=30552
Diffstat (limited to 'palm/hdconv/Makefile')
-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 |