diff options
author | joerg <joerg@pkgsrc.org> | 2006-06-06 14:56:20 +0000 |
---|---|---|
committer | joerg <joerg@pkgsrc.org> | 2006-06-06 14:56:20 +0000 |
commit | 25020695c08c46417b890ec4e950d67c69bed90a (patch) | |
tree | a9396ae7fb541c3fe53a1a40638d64f1414cb0c9 /textproc | |
parent | b3b9fb6516341d7e0997532375ab8c8f8b0d165f (diff) | |
download | pkgsrc-25020695c08c46417b890ec4e950d67c69bed90a.tar.gz |
Uses C++.
Diffstat (limited to 'textproc')
-rw-r--r-- | textproc/regexx/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/textproc/regexx/Makefile b/textproc/regexx/Makefile index 97619cb452d..afc0820a698 100644 --- a/textproc/regexx/Makefile +++ b/textproc/regexx/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.12 2006/03/04 21:30:51 jlam Exp $ +# $NetBSD: Makefile,v 1.13 2006/06/06 15:12:39 joerg Exp $ # DISTNAME= regexx-0.98.1 @@ -10,6 +10,7 @@ MAINTAINER= pkgsrc-users@NetBSD.org HOMEPAGE= http://bazar.conectiva.com.br/~niemeyer/projects/regexx/ COMMENT= C++ regular expression library +USE_LANGUAGES= c++ USE_TOOLS+= gmake USE_LIBTOOL= YES GNU_CONFIGURE= YES |