summaryrefslogtreecommitdiff
path: root/sysutils
diff options
context:
space:
mode:
Diffstat (limited to 'sysutils')
-rw-r--r--sysutils/xfe/Makefile6
1 files changed, 5 insertions, 1 deletions
diff --git a/sysutils/xfe/Makefile b/sysutils/xfe/Makefile
index 902dddf8d98..5e3566fdc62 100644
--- a/sysutils/xfe/Makefile
+++ b/sysutils/xfe/Makefile
@@ -1,6 +1,7 @@
-# $NetBSD: Makefile,v 1.25 2007/04/13 05:47:15 xtraeme Exp $
+# $NetBSD: Makefile,v 1.26 2007/06/13 20:15:22 joerg Exp $
DISTNAME= xfe-0.99
+PKGREVISION= 1
CATEGORIES= sysutils
MASTER_SITES= ${MASTER_SITE_SOURCEFORGE:=xfe/}
@@ -14,6 +15,8 @@ USE_PKGLOCALEDIR= yes
USE_TOOLS+= gmake msgfmt
GNU_CONFIGURE= yes
+PTHREAD_AUTO_VARS= yes
+
SUBST_CLASSES+= conf
SUBST_STAGE.conf= post-patch
SUBST_FILES.conf= src/XFileExplorer.cc
@@ -21,6 +24,7 @@ SUBST_SED.conf= -e "s|/usr/local|${PREFIX}|"
SUBST_MESSAGE.conf= Fixing hardcoded path.
.include "../../converters/libiconv/buildlink3.mk"
+.include "../../devel/gettext-lib/buildlink3.mk"
.include "../../x11/fox/buildlink3.mk"
.include "../../mk/pthread.buildlink3.mk"
.include "../../mk/bsd.pkg.mk"