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 /x11/xwatchwin | |
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 'x11/xwatchwin')
-rw-r--r-- | x11/xwatchwin/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/x11/xwatchwin/Makefile b/x11/xwatchwin/Makefile index 5ed2f3fa91d..d8babdbb35c 100644 --- a/x11/xwatchwin/Makefile +++ b/x11/xwatchwin/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.4 2001/02/17 17:07:30 wiz Exp $ +# $NetBSD: Makefile,v 1.5 2002/08/25 21:53:03 jlam Exp $ DISTNAME= xwatchwin PKGNAME= xwatchwin-1.1.1 @@ -10,7 +10,7 @@ COMMENT= watch a window on another X server PLIST_SRC= ${PKGDIR}/PLIST.${LOWER_OPSYS} -USE_X11BASE= yes +USE_BUILDLINK2= yes USE_IMAKE= yes .include "../../mk/bsd.pkg.mk" |