summaryrefslogtreecommitdiff
path: root/sysutils/xnc/Makefile
diff options
context:
space:
mode:
authorjoerg <joerg>2006-06-08 15:20:20 +0000
committerjoerg <joerg>2006-06-08 15:20:20 +0000
commit9293900f624de7b76441ea852a009e67abdc6f0a (patch)
treefba4e941c4c0684341739f033385e5f91248f889 /sysutils/xnc/Makefile
parent48c6c66f95a769cf47122ac7fcf0ee63c07bdd8e (diff)
downloadpkgsrc-9293900f624de7b76441ea852a009e67abdc6f0a.tar.gz
Fix errno. Uses C++ and msgfmt.
Diffstat (limited to 'sysutils/xnc/Makefile')
-rw-r--r--sysutils/xnc/Makefile4
1 files changed, 3 insertions, 1 deletions
diff --git a/sysutils/xnc/Makefile b/sysutils/xnc/Makefile
index c83d8950192..460a2f7644e 100644
--- a/sysutils/xnc/Makefile
+++ b/sysutils/xnc/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.22 2006/04/17 13:46:49 wiz Exp $
+# $NetBSD: Makefile,v 1.23 2006/06/08 15:20:20 joerg Exp $
DISTNAME= xnc-5.0.4.src
PKGNAME= xnc-5.0.4
@@ -12,7 +12,9 @@ COMMENT= File manager for X Window
WRKSRC= ${WRKDIR}/${PKGNAME_NOREV}
USE_DIRS+= xdg-1.1
+USE_LANGUAGES= c c++
USE_LIBTOOL= yes
+USE_TOOLS+= msgfmt
GNU_CONFIGURE= yes
.include "../../graphics/tiff/buildlink3.mk"