diff options
author | rillig <rillig> | 2006-10-14 02:01:33 +0000 |
---|---|---|
committer | rillig <rillig> | 2006-10-14 02:01:33 +0000 |
commit | 5d491c3db0afd570594fee4027c3234023ddc606 (patch) | |
tree | d9917494f56b3262d73823a9f6ae64ccd20b197d /sysutils | |
parent | 172d9dbdb4c9e13ecff0589a0a533fc40618b191 (diff) | |
download | pkgsrc-5d491c3db0afd570594fee4027c3234023ddc606.tar.gz |
Needs shells/scsh for a binary.
Diffstat (limited to 'sysutils')
-rw-r--r-- | sysutils/libol/Makefile | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/sysutils/libol/Makefile b/sysutils/libol/Makefile index 288fac4b89a..23f728aa23c 100644 --- a/sysutils/libol/Makefile +++ b/sysutils/libol/Makefile @@ -1,7 +1,8 @@ -# $NetBSD: Makefile,v 1.6 2006/04/27 19:55:44 adrianp Exp $ +# $NetBSD: Makefile,v 1.7 2006/10/14 02:01:33 rillig Exp $ DISTNAME= libol-0.3.18 CATEGORIES= sysutils +PKGREVISION= 1 MASTER_SITES= http://www.balabit.com/downloads/libol/0.3/ MAINTAINER= adrianp@NetBSD.org @@ -10,6 +11,8 @@ COMMENT= Support library for syslog-ng PKG_INSTALLATION_TYPES= overwrite pkgviews +DEPENDS+= scsh-[0-9]*:../../shells/scsh + GNU_CONFIGURE= YES USE_LIBTOOL= YES |