diff options
author | Akinori MUSHA <knu@FreeBSD.org> | 2000-06-05 05:30:27 +0000 |
---|---|---|
committer | Akinori MUSHA <knu@FreeBSD.org> | 2000-06-05 05:30:27 +0000 |
commit | 917b6c1025dbeee460065bd072a1156933993064 (patch) | |
tree | 8f9dfba39e0097ef9ce39d4ede2eae3f3a4db246 /palm/hdconv | |
parent | Remove directory on deinstall (diff) |
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.
Notes
Notes:
svn path=/head/; revision=29200
Diffstat (limited to 'palm/hdconv')
-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 8ce59fa0930b..c41664581e93 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} |