summaryrefslogtreecommitdiff
path: root/wm/ratpoison/Makefile
diff options
context:
space:
mode:
authortonio <tonio@pkgsrc.org>2009-09-01 18:19:15 +0000
committertonio <tonio@pkgsrc.org>2009-09-01 18:19:15 +0000
commitb984f1a13c3bd0c01b6c35f22adcbef22ff9b6a8 (patch)
treebe14c7011b61a93e3f175bbabf590f543ab73d56 /wm/ratpoison/Makefile
parentd00e4445758e940b28808a3d878ed356bd8280ce (diff)
downloadpkgsrc-b984f1a13c3bd0c01b6c35f22adcbef22ff9b6a8.tar.gz
Add a configure check for getline, in order to build on netbsd current
Diffstat (limited to 'wm/ratpoison/Makefile')
-rw-r--r--wm/ratpoison/Makefile8
1 files changed, 5 insertions, 3 deletions
diff --git a/wm/ratpoison/Makefile b/wm/ratpoison/Makefile
index 6b6f3cdf753..73d349710aa 100644
--- a/wm/ratpoison/Makefile
+++ b/wm/ratpoison/Makefile
@@ -1,8 +1,7 @@
-# $NetBSD: Makefile,v 1.29 2009/07/14 18:20:46 tonio Exp $
+# $NetBSD: Makefile,v 1.30 2009/09/01 18:19:15 tonio Exp $
#
DISTNAME= ratpoison-1.4.5
-PKGNAME= ${DISTNAME:S/-beta/beta/}
CATEGORIES= wm
MASTER_SITES= http://savannah.nongnu.org/download/ratpoison/
@@ -16,12 +15,15 @@ GNU_CONFIGURE= YES
USE_GNU_READLINE= YES
INFO_FILES= yes
-USE_TOOLS+= perl:run pkg-config
+USE_TOOLS+= perl:run pkg-config autoconf
REPLACE_PERL+= contrib/rpws contrib/genrpbindings contrib/clickframe.pl
REPLACE_SH= contrib/allwindows.sh
BUILDLINK_DEPMETHOD.libXt?= build
+pre-configure:
+ cd ${WRKSRC}; autoconf
+
.include "../../devel/readline/buildlink3.mk"
.include "../../x11/libX11/buildlink3.mk"
.include "../../x11/libXext/buildlink3.mk"