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 | 083c97478a011221ae2f7988a407d3d692e7886c (patch) | |
tree | cb464fdc33459548adab3e6a0df3c4e6224d00f5 | |
parent | feb1144a4304fa01115f4b93106d4a303dc0f82c (diff) | |
download | pkgsrc-083c97478a011221ae2f7988a407d3d692e7886c.tar.gz |
USE_LANGUAGES=c c++
-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 |