summaryrefslogtreecommitdiff
path: root/archivers/lzop
diff options
context:
space:
mode:
authorrh <rh>1999-12-22 19:44:49 +0000
committerrh <rh>1999-12-22 19:44:49 +0000
commit0c721b41d4655543747d44d2edaf902eda01e399 (patch)
tree36f4a7b3528dbaf02a73efb2bce7190e7e3ded38 /archivers/lzop
parent17f249b7eca232622780aad3b2e88168e679cede (diff)
downloadpkgsrc-0c721b41d4655543747d44d2edaf902eda01e399.tar.gz
Make dependency on liblzo a wildcard dependency.
Diffstat (limited to 'archivers/lzop')
-rw-r--r--archivers/lzop/Makefile4
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"