diff options
author | jlam <jlam@pkgsrc.org> | 2002-08-25 21:50:52 +0000 |
---|---|---|
committer | jlam <jlam@pkgsrc.org> | 2002-08-25 21:50:52 +0000 |
commit | a020ed9056d4d74e13cd2a99898f3dec09c162b7 (patch) | |
tree | f54fdc39f5381d6b58a06e7e3ed458f63f0e9df2 /wm/ratpoison | |
parent | 287b5c5601b23446d25c27bbf0140c8dc4b4391e (diff) | |
download | pkgsrc-a020ed9056d4d74e13cd2a99898f3dec09c162b7.tar.gz |
Merge packages from the buildlink2 branch back into the main trunk that
have been converted to USE_BUILDLINK2.
Diffstat (limited to 'wm/ratpoison')
-rw-r--r-- | wm/ratpoison/Makefile | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/wm/ratpoison/Makefile b/wm/ratpoison/Makefile index 8f805477a31..4b602a20315 100644 --- a/wm/ratpoison/Makefile +++ b/wm/ratpoison/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.6 2002/02/18 15:14:44 seb Exp $ +# $NetBSD: Makefile,v 1.7 2002/08/25 21:51:37 jlam Exp $ # DISTNAME= ratpoison-1.0.0 @@ -9,9 +9,9 @@ MAINTAINER= zuntum@netbsd.org HOMEPAGE= http://ratpoison.sourceforge.net/ COMMENT= Simple window manager with no fat library dependencies -USE_BUILDLINK_ONLY= YES -GNU_CONFIGURE= YES +USE_BUILDLINK2= YES +USE_X11= YES +GNU_CONFIGURE= YES -.include "../../mk/x11.buildlink.mk" .include "../../mk/texinfo.mk" .include "../../mk/bsd.pkg.mk" |