summaryrefslogtreecommitdiff
path: root/wm/ratpoison/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'wm/ratpoison/Makefile')
-rw-r--r--wm/ratpoison/Makefile10
1 files changed, 5 insertions, 5 deletions
diff --git a/wm/ratpoison/Makefile b/wm/ratpoison/Makefile
index 0edc5784ed8..6b6f3cdf753 100644
--- a/wm/ratpoison/Makefile
+++ b/wm/ratpoison/Makefile
@@ -1,9 +1,8 @@
-# $NetBSD: Makefile,v 1.28 2009/05/20 00:58:29 wiz Exp $
+# $NetBSD: Makefile,v 1.29 2009/07/14 18:20:46 tonio Exp $
#
-DISTNAME= ratpoison-1.4.3
+DISTNAME= ratpoison-1.4.5
PKGNAME= ${DISTNAME:S/-beta/beta/}
-PKGREVISION= 1
CATEGORIES= wm
MASTER_SITES= http://savannah.nongnu.org/download/ratpoison/
@@ -17,8 +16,8 @@ GNU_CONFIGURE= YES
USE_GNU_READLINE= YES
INFO_FILES= yes
-USE_TOOLS+= perl:run
-REPLACE_PERL+= contrib/rpws contrib/clickframe.pl
+USE_TOOLS+= perl:run pkg-config
+REPLACE_PERL+= contrib/rpws contrib/genrpbindings contrib/clickframe.pl
REPLACE_SH= contrib/allwindows.sh
BUILDLINK_DEPMETHOD.libXt?= build
@@ -29,4 +28,5 @@ BUILDLINK_DEPMETHOD.libXt?= build
.include "../../x11/libXinerama/buildlink3.mk"
.include "../../x11/libXt/buildlink3.mk"
.include "../../x11/libXtst/buildlink3.mk"
+.include "../../x11/libXft/buildlink3.mk"
.include "../../mk/bsd.pkg.mk"