Attempt to clean up the DEPEND field of some of the bep files to match the format described on the wiki.

This commit is contained in:
Chris Roberts
2010-04-27 01:15:54 +00:00
parent c86fe80720
commit 2314c1cc85
42 changed files with 82 additions and 77 deletions

View File

@@ -13,9 +13,5 @@ BUILD {
INSTALL {
cd p7zip_9.04
if [ -n "${DESTDIR}" ];then
make install DEST_DIR="${DESTDIR}" DEST_HOME="/boot/common"
else
make install DEST_HOME=/boot/common
fi
make install DEST_DIR="${DESTDIR}" DEST_HOME="/boot/common"
}

View File

@@ -4,7 +4,8 @@ SRC_URI="http://tukaani.org/xz/xz-4.999.9beta.tar.bz2"
CHECKSUM_MD5="cc4044fcc073b8bcf3164d1d0df82161"
REVISION="1"
STATUS_HAIKU="stable"
DEPEND="gcc4"
MESSAGE="This port only builds with gcc4. Use 'setgcc gcc4' before building."
DEPEND=""
BUILD {
cd xz-4.999.9beta
cp -f /boot/common/bin/libtool .