diff options
author | grant <grant@pkgsrc.org> | 2005-07-31 06:03:26 +0000 |
---|---|---|
committer | grant <grant@pkgsrc.org> | 2005-07-31 06:03:26 +0000 |
commit | 7fdcad76c25d8230d44d4e31edf943e9a2ea32b2 (patch) | |
tree | cb464fdc33459548adab3e6a0df3c4e6224d00f5 /textproc/opensp/Makefile | |
parent | f1e0e8c5c5b7a0118095a8f3d922c497ed8bf09e (diff) | |
download | pkgsrc-7fdcad76c25d8230d44d4e31edf943e9a2ea32b2.tar.gz |
USE_LANGUAGES=c c++
Diffstat (limited to 'textproc/opensp/Makefile')
-rw-r--r-- | textproc/opensp/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/textproc/opensp/Makefile b/textproc/opensp/Makefile index fc9d41825f7..5fa7603d5cd 100644 --- a/textproc/opensp/Makefile +++ b/textproc/opensp/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.27 2005/07/16 01:19:24 jlam Exp $ +# $NetBSD: Makefile,v 1.28 2005/07/31 06:03:26 grant Exp $ # DISTNAME= OpenSP-1.5.1 @@ -15,6 +15,7 @@ CONFLICTS+= sp-[0-9]* BUILD_USES_MSGFMT= yes USE_TOOLS+= perl +USE_LANGUAGES= c c++ USE_LIBTOOL= yes PTHREAD_OPTS+= require USE_PKGLOCALEDIR= yes |