diff options
author | joerg <joerg@pkgsrc.org> | 2007-09-02 11:17:39 +0000 |
---|---|---|
committer | joerg <joerg@pkgsrc.org> | 2007-09-02 11:17:39 +0000 |
commit | 89de6e2a6b72a6e9695140faae56656145589674 (patch) | |
tree | b1157606aa8820a9763b6f228f269f105bd8dab9 /devel/opencm | |
parent | 3303d52845522465c220771a221f92e01f948900 (diff) | |
download | pkgsrc-89de6e2a6b72a6e9695140faae56656145589674.tar.gz |
Don't require Python for the cvsconvert script, just ship it as is.
Diffstat (limited to 'devel/opencm')
-rw-r--r-- | devel/opencm/Makefile | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/devel/opencm/Makefile b/devel/opencm/Makefile index 66dc501ef00..6b3a0bfad93 100644 --- a/devel/opencm/Makefile +++ b/devel/opencm/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.42 2007/02/17 20:59:49 wiz Exp $ +# $NetBSD: Makefile,v 1.43 2007/09/02 11:17:39 joerg Exp $ # DISTNAME= ${OPENCM_VERSION}-2-src @@ -18,6 +18,8 @@ GNU_CONFIGURE= YES CONFIGURE_ARGS+= --with-ssl-dir=${BUILDLINK_PREFIX.openssl} CONFIGURE_ARGS+= KRB5_BUILDLINK=${KRB5BASE:Q} +CHECK_INTERPRETER_SKIP+= share/opencm/tools/cvsconvert.py + OPENCM_VERSION= opencm-0.1.2alpha8 CONF_FILES= ${PREFIX}/share/examples/opencm/opencm.conf \ |