summaryrefslogtreecommitdiff
path: root/wm/selectwm/Makefile
diff options
context:
space:
mode:
authortonio <tonio>2005-10-10 15:11:26 +0000
committertonio <tonio>2005-10-10 15:11:26 +0000
commit455c37d6f1682dfa268f0b9c815cc0b870ad154f (patch)
tree73c9f55fba6bdc02f1c26afef1c832c00051752a /wm/selectwm/Makefile
parent63e93f584bedc94d6ba8803f13af01648d601e6d (diff)
downloadpkgsrc-455c37d6f1682dfa268f0b9c815cc0b870ad154f.tar.gz
selectwm uses getopt_long, so add libgetopt buildlink3
bump PKGREVISION
Diffstat (limited to 'wm/selectwm/Makefile')
-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"