summaryrefslogtreecommitdiff
path: root/wm/selectwm
diff options
context:
space:
mode:
authortonio <tonio>2005-10-10 15:11:26 +0000
committertonio <tonio>2005-10-10 15:11:26 +0000
commite90893b741068cc5f53bda5bf01447c40208b3a4 (patch)
tree73c9f55fba6bdc02f1c26afef1c832c00051752a /wm/selectwm
parent648ce01f5672279f1f58019038871fa0772106d0 (diff)
downloadpkgsrc-e90893b741068cc5f53bda5bf01447c40208b3a4.tar.gz
selectwm uses getopt_long, so add libgetopt buildlink3
bump PKGREVISION
Diffstat (limited to 'wm/selectwm')
-rw-r--r--wm/selectwm/Makefile5
1 files changed, 3 insertions, 2 deletions
diff --git a/wm/selectwm/Makefile b/wm/selectwm/Makefile
index 542d5cfc7a9..885f4647373 100644
--- a/wm/selectwm/Makefile
+++ b/wm/selectwm/Makefile
@@ -1,8 +1,8 @@
-# $NetBSD: Makefile,v 1.4 2005/09/13 21:21:12 tonio Exp $
+# $NetBSD: Makefile,v 1.5 2005/10/10 15:11:26 tonio Exp $
#
DISTNAME= selectwm-0.4.1
-PKGREVISION= 1
+PKGREVISION= 2
CATEGORIES= wm
MASTER_SITES= http://ordiluc.net/selectwm/
@@ -18,4 +18,5 @@ CONFIGURE_ARGS+= --without-included-gettext
.include "../../x11/gtk2/buildlink3.mk"
.include "../../devel/gettext-lib/buildlink3.mk"
+.include "../../devel/libgetopt/buildlink3.mk"
.include "../../mk/bsd.pkg.mk"