diff options
author | knu <knu@FreeBSD.org> | 2002-07-26 01:51:59 +0800 |
---|---|---|
committer | knu <knu@FreeBSD.org> | 2002-07-26 01:51:59 +0800 |
commit | 4f82ae4e1b123c21dbf916fb72664dd7409f78ea (patch) | |
tree | 465806077fedd1ad4dfbdb12151f0c6efb45d975 /palm/hdconv | |
parent | 21087498b6322b8d81e6533c958a40c82e7115be (diff) | |
download | freebsd-ports-gnome-4f82ae4e1b123c21dbf916fb72664dd7409f78ea.tar.gz freebsd-ports-gnome-4f82ae4e1b123c21dbf916fb72664dd7409f78ea.tar.zst freebsd-ports-gnome-4f82ae4e1b123c21dbf916fb72664dd7409f78ea.zip |
${LINUXBASE}/usr/bin/strip is not in emulators/linux_base but in
devel/linux_devtools-7 now, so build-depend on it.
Submitted by: bento
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 936f31dcfc85..62ec7551c70c 100644 --- a/palm/hdconv/Makefile +++ b/palm/hdconv/Makefile @@ -13,6 +13,8 @@ DISTNAME= handbase_desktop_${PORTVERSION:S/./_/}.i386-any-linux2.0 MAINTAINER= knu@FreeBSD.org +BUILD_DEPENDS= ${LINUXBASE}/usr/bin/strip:${PORTSDIR}/devel/linux_devtools-7 + USE_LINUX= yes ONLY_FOR_ARCHS= i386 |