summaryrefslogtreecommitdiff
path: root/sysutils/xfe
diff options
context:
space:
mode:
authorjoerg <joerg>2007-06-13 20:15:22 +0000
committerjoerg <joerg>2007-06-13 20:15:22 +0000
commit863b461fe31f39c3473dceb264094deb8dc68791 (patch)
treea9aec6e48d764e9467f01d23f1444b9d8ff0e99a /sysutils/xfe
parent1965e2b164bdb879316dce8e6c81ca77f73c67e0 (diff)
downloadpkgsrc-863b461fe31f39c3473dceb264094deb8dc68791.tar.gz
Add pthread variables to environement, needed for FOX.
Use gettext instead of internal libintl. Bump revision.
Diffstat (limited to 'sysutils/xfe')
-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"