diff options
author | jlam <jlam@pkgsrc.org> | 2002-12-28 19:47:07 +0000 |
---|---|---|
committer | jlam <jlam@pkgsrc.org> | 2002-12-28 19:47:07 +0000 |
commit | ec8d69b87e13192368343bfbb51b306ff2901f6e (patch) | |
tree | 629c69e07f9256aae5a3ccc6f694a14704fc5229 /x11/xearth | |
parent | a36d3406783925178b836601a61c9adbaf234d9b (diff) | |
download | pkgsrc-ec8d69b87e13192368343bfbb51b306ff2901f6e.tar.gz |
Convert to use buildlink2. This makes using this package as a buildlink2
test actually mean something.
Diffstat (limited to 'x11/xearth')
-rw-r--r-- | x11/xearth/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/x11/xearth/Makefile b/x11/xearth/Makefile index f570821a985..263f75a0603 100644 --- a/x11/xearth/Makefile +++ b/x11/xearth/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.9 2001/11/29 01:12:53 hubertf Exp $ +# $NetBSD: Makefile,v 1.10 2002/12/28 19:47:07 jlam Exp $ # DISTNAME= xearth-1.1 @@ -11,6 +11,7 @@ MAINTAINER= agc@netbsd.org HOMEPAGE= http://www.cs.colorado.edu/~tuna/xearth/index.html COMMENT= Rotating map of the Earth in X11 root window +USE_BUILDLINK2= yes USE_IMAKE= yes .include "../../mk/bsd.pkg.mk" |