Make dependency on liblzo a wildcard dependency.
This commit is contained in:
parent
defec81127
commit
0e693c38be
1 changed files with 2 additions and 2 deletions
|
@ -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"
|
||||
|
|
Loading…
Reference in a new issue