diff options
author | rh <rh> | 1999-12-22 19:44:49 +0000 |
---|---|---|
committer | rh <rh> | 1999-12-22 19:44:49 +0000 |
commit | 20b98b1c25c2d746c8eac0de0ffe2931a99d6361 (patch) | |
tree | 36f4a7b3528dbaf02a73efb2bce7190e7e3ded38 /archivers/lzop | |
parent | 865d326190e5a409cd908e5cd8a43f628ce34434 (diff) | |
download | pkgsrc-20b98b1c25c2d746c8eac0de0ffe2931a99d6361.tar.gz |
Make dependency on liblzo a wildcard dependency.
Diffstat (limited to 'archivers/lzop')
-rw-r--r-- | archivers/lzop/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/archivers/lzop/Makefile b/archivers/lzop/Makefile index cdafc6ddf57..36ee6297656 100644 --- a/archivers/lzop/Makefile +++ b/archivers/lzop/Makefile @@ -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" |