diff options
author | rillig <rillig@pkgsrc.org> | 2006-11-12 01:43:21 +0000 |
---|---|---|
committer | rillig <rillig@pkgsrc.org> | 2006-11-12 01:43:21 +0000 |
commit | e67ab900dbef5d2f43d936d030d87552f24efd78 (patch) | |
tree | 8a8044661ba7adadbe053a81cc32a47632bcb8a6 /lang/oo2c/Makefile | |
parent | 9714fd7767aace060fdd17a080d6768a316a990a (diff) | |
download | pkgsrc-e67ab900dbef5d2f43d936d030d87552f24efd78.tar.gz |
Needs perl. PKGREVISION++
Diffstat (limited to 'lang/oo2c/Makefile')
-rw-r--r-- | lang/oo2c/Makefile | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/lang/oo2c/Makefile b/lang/oo2c/Makefile index 86a3dd0cf7b..ef5bbc8edf7 100644 --- a/lang/oo2c/Makefile +++ b/lang/oo2c/Makefile @@ -1,8 +1,8 @@ -# $NetBSD: Makefile,v 1.20 2006/03/04 21:29:55 jlam Exp $ +# $NetBSD: Makefile,v 1.21 2006/11/12 01:43:21 rillig Exp $ DISTNAME= oo2c_${BITS}-2.0.11 PKGNAME= oo2c-2.0.11 -PKGREVISION= 6 +PKGREVISION= 7 CATEGORIES= lang MASTER_SITES= ${MASTER_SITE_SOURCEFORGE:=ooc/} EXTRACT_SUFX= .tar.bz2 @@ -22,7 +22,7 @@ BITS=32 .endif GNU_CONFIGURE= yes -USE_TOOLS+= gmake +USE_TOOLS+= gmake perl:run USE_LIBTOOL= yes EVAL_PREFIX+= LIBTOOL_PREFIX=libtool-base |