diff options
Diffstat (limited to 'palm/hdconv/Makefile')
-rw-r--r-- | palm/hdconv/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/palm/hdconv/Makefile b/palm/hdconv/Makefile index 5d3933e..97499e5 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= /compat/linux/lib/libc.so.6:${PORTSDIR}/emulators/linux_base +USE_LINUX= yes ONLY_FOR_ARCHS= i386 NO_BUILD= yes @@ -21,7 +21,7 @@ WRKSRC= ${WRKDIR}/handbase-${PORTVERSION} do-install: ${INSTALL_PROGRAM} ${WRKSRC}/hd ${PREFIX}/bin/hdconv - /compat/linux/usr/bin/strip ${PREFIX}/bin/hdconv + ${LINUXBASE}/usr/bin/strip ${PREFIX}/bin/hdconv brandelf -t Linux ${PREFIX}/bin/hdconv ${MKDIR} ${PREFIX}/share/doc/hdconv/ ${INSTALL_DATA} ${WRKSRC}/README ${PREFIX}/share/doc/hdconv/ |