summaryrefslogtreecommitdiff
path: root/wm/selectwm/Makefile
diff options
context:
space:
mode:
authortonio <tonio>2005-09-13 21:21:12 +0000
committertonio <tonio>2005-09-13 21:21:12 +0000
commit718f9833156bca30c6f23228c21d39506632867d (patch)
tree6674868de8f85f508994602898d927b053e550f7 /wm/selectwm/Makefile
parent5a1d8497f1c27ed9f57e5d215e1c7d5b885a8877 (diff)
downloadpkgsrc-718f9833156bca30c6f23228c21d39506632867d.tar.gz
Force the package to use external gettext
Fix link problem with gettext under darwin Update maintainer address bump PKGREVISION
Diffstat (limited to 'wm/selectwm/Makefile')
-rw-r--r--wm/selectwm/Makefile14
1 files changed, 9 insertions, 5 deletions
diff --git a/wm/selectwm/Makefile b/wm/selectwm/Makefile
index c337fc2359b..542d5cfc7a9 100644
--- a/wm/selectwm/Makefile
+++ b/wm/selectwm/Makefile
@@ -1,17 +1,21 @@
-# $NetBSD: Makefile,v 1.3 2005/08/10 20:56:25 jlam Exp $
+# $NetBSD: Makefile,v 1.4 2005/09/13 21:21:12 tonio Exp $
#
DISTNAME= selectwm-0.4.1
+PKGREVISION= 1
CATEGORIES= wm
MASTER_SITES= http://ordiluc.net/selectwm/
-MAINTAINER= reilles@loria.fr
+MAINTAINER= tonio@NetBSD.org
HOMEPAGE= http://ordiluc.net/selectwm/
COMMENT= Simple GTK2 application to select window manager
-USE_TOOLS+= pkg-config
-USE_PKGLOCALEDIR= yes
-GNU_CONFIGURE= yes
+USE_TOOLS+= pkg-config
+USE_PKGLOCALEDIR= yes
+GNU_CONFIGURE= yes
+
+CONFIGURE_ARGS+= --without-included-gettext
.include "../../x11/gtk2/buildlink3.mk"
+.include "../../devel/gettext-lib/buildlink3.mk"
.include "../../mk/bsd.pkg.mk"