diff options
-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 |