no need to really install bzip2

This commit is contained in:
espie 2005-04-17 19:43:52 +00:00
parent 740a24fcf5
commit 8d93cf5a14

View File

@ -1,4 +1,4 @@
# $OpenBSD: Makefile,v 1.1.1.1 2005/03/30 00:02:08 naddy Exp $ # $OpenBSD: Makefile,v 1.2 2005/04/17 19:43:52 espie Exp $
COMMENT= "file compressor with a high compression ratio" COMMENT= "file compressor with a high compression ratio"
@ -19,9 +19,10 @@ MASTER_SITES= ${HOMEPAGE}ftp/rzip/
LIB_DEPENDS= bz2::archivers/bzip2 LIB_DEPENDS= bz2::archivers/bzip2
FAKE=lib
CONFIGURE_STYLE=gnu dest CONFIGURE_STYLE=gnu dest
CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include" \ CONFIGURE_ENV= CPPFLAGS="-I${DEPBASE}/include" \
LDFLAGS="-L${LOCALBASE}/lib" LDFLAGS="-L${DEPBASE}/lib"
NO_REGRESS= Yes NO_REGRESS= Yes