diff options
author | rillig <rillig> | 2007-11-17 12:04:11 +0000 |
---|---|---|
committer | rillig <rillig> | 2007-11-17 12:04:11 +0000 |
commit | a0f9f15f3adb88b799626164b5166b420ca487bb (patch) | |
tree | 7c0b6ad43df35f003718d0265e14450da8a53df0 /devel/opencm | |
parent | d469e52b12037fd694ee3b262739c76c4f0ba875 (diff) | |
download | pkgsrc-a0f9f15f3adb88b799626164b5166b420ca487bb.tar.gz |
Some packages need lex and yacc. Patch by Aleksey Cheusov via
pkgsrc-users.
Diffstat (limited to 'devel/opencm')
-rw-r--r-- | devel/opencm/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/devel/opencm/Makefile b/devel/opencm/Makefile index 6b3a0bfad93..fadaf949068 100644 --- a/devel/opencm/Makefile +++ b/devel/opencm/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.43 2007/09/02 11:17:39 joerg Exp $ +# $NetBSD: Makefile,v 1.44 2007/11/17 12:04:12 rillig Exp $ # DISTNAME= ${OPENCM_VERSION}-2-src @@ -13,7 +13,7 @@ HOMEPAGE= http://www.opencm.org/ COMMENT= Secure, high-integrity replacement for CVS WRKSRC= ${WRKDIR}/${OPENCM_VERSION}/base -USE_TOOLS+= gmake gzip makeinfo +USE_TOOLS+= gmake gzip makeinfo lex GNU_CONFIGURE= YES CONFIGURE_ARGS+= --with-ssl-dir=${BUILDLINK_PREFIX.openssl} CONFIGURE_ARGS+= KRB5_BUILDLINK=${KRB5BASE:Q} |