Make dependency on liblzo a wildcard dependency.

This commit is contained in:
rh 1999-12-22 19:44:49 +00:00
parent defec81127
commit 0e693c38be

View file

@ -1,4 +1,4 @@
# $NetBSD: Makefile,v 1.1.1.1 1999/08/16 15:39:22 rh Exp $
# $NetBSD: Makefile,v 1.2 1999/12/22 19:44:49 rh Exp $
#
DISTNAME= lzop-1.00
@ -8,7 +8,7 @@ MASTER_SITES= http://wildsau.idv.uni-linz.ac.at/mfx/lzo-download/
MAINTAINER= packages@netbsd.org
HOMEPAGE= http://wildsau.idv.uni-linz.ac.at/mfx/lzop.html
DEPENDS= liblzo-1.04:../../archivers/liblzo
DEPENDS= liblzo-*:../../archivers/liblzo
GNU_CONFIGURE= YES
CONFIGURE_ENV+= CPPFLAGS="${CPPFLAGS} -I${PREFIX}/include"