diff options
author | knu <knu@FreeBSD.org> | 2000-06-05 05:30:27 +0000 |
---|---|---|
committer | knu <knu@FreeBSD.org> | 2000-06-05 05:30:27 +0000 |
commit | 0b05a6e2b391b8760c9e9e0ee7c90a297270e62a (patch) | |
tree | 1be1f029196c3d24c7f4f2c2bf5280ac8c5ceb17 | |
parent | 2aa751a01383f5b6c1c7be7cf0723a51677e5602 (diff) | |
download | FreeBSD-ports-0b05a6e2b391b8760c9e9e0ee7c90a297270e62a.zip FreeBSD-ports-0b05a6e2b391b8760c9e9e0ee7c90a297270e62a.tar.gz |
Add linux_base BUILD_DEPENDS.
Submitted by: bento-bako
Forgotton by: knu
Bummer! Since what this port installs is a statically linked binary,
I didn't thought I needed it... On post-install this port calls
Linux's strip, thus it build-depends on linux_base.
-rw-r--r-- | palm/hdconv/Makefile | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/palm/hdconv/Makefile b/palm/hdconv/Makefile index 8ce59fa..c416645 100644 --- a/palm/hdconv/Makefile +++ b/palm/hdconv/Makefile @@ -14,6 +14,8 @@ 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 + ONLY_FOR_ARCHS= i386 NO_BUILD= yes WRKSRC= ${WRKDIR}/handbase-${PORTVERSION} |