summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorhira <hira>2006-05-08 22:49:58 +0000
committerhira <hira>2006-05-08 22:49:58 +0000
commit1d4e778593acce2038fce9f4e91fbf37304406f5 (patch)
tree67831d0e8dd72484f475a603634a410ddf8746e0
parentda48c7b846e336fa169513521bb42078fa15c0a1 (diff)
downloadpkgsrc-1d4e778593acce2038fce9f4e91fbf37304406f5.tar.gz
Add missing USE_LANGUAGES.
-rw-r--r--inputmethod/uim/Makefile3
-rw-r--r--textproc/ja-groff/Makefile3
2 files changed, 4 insertions, 2 deletions
diff --git a/inputmethod/uim/Makefile b/inputmethod/uim/Makefile
index 770ae908d93..2cbdbea81eb 100644
--- a/inputmethod/uim/Makefile
+++ b/inputmethod/uim/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.20 2006/03/21 06:00:46 jlam Exp $
+# $NetBSD: Makefile,v 1.21 2006/05/08 22:57:20 hira Exp $
#
DISTNAME= uim-1.0.1
@@ -15,6 +15,7 @@ USE_LIBTOOL= YES
USE_NCURSES= # clear_screen, clr_eos
USE_PKGLOCALEDIR= YES
USE_TOOLS+= gmake pkg-config
+USE_LANGUAGES= c c++
PKGCONFIG_OVERRIDE+= ${WRKSRC}/uim.pc.in
GNU_CONFIGURE= YES
GTK2_IMMODULES= YES
diff --git a/textproc/ja-groff/Makefile b/textproc/ja-groff/Makefile
index 8cc1ae27a1c..436845515d8 100644
--- a/textproc/ja-groff/Makefile
+++ b/textproc/ja-groff/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.7 2006/02/05 23:11:03 joerg Exp $
+# $NetBSD: Makefile,v 1.8 2006/05/08 22:49:58 hira Exp $
DISTNAME= groff-1.10
PKGNAME= ja-groff-0.99
@@ -16,6 +16,7 @@ HOMEPAGE= http://www.gnu.org/software/groff/groff.html
COMMENT= Japanese enhancement of GNU groff
USE_TOOLS+= gmake
+USE_LANGUAGES= c c++
GNU_CONFIGURE= yes
CONFIGURE_HAS_MANDIR= no
#CONFIGURE_ENV+= CXXFLAGS="-fno-rtti -fno-exceptions -O"