diff options
author | snj <snj@pkgsrc.org> | 2004-04-13 21:33:06 +0000 |
---|---|---|
committer | snj <snj@pkgsrc.org> | 2004-04-13 21:33:06 +0000 |
commit | 5c33fcac3a561400197ea5824a3de67ddc087560 (patch) | |
tree | 0a7d6d8cc185df619ac39cf2593b224a1e5a56c6 | |
parent | e138762fe164fc8382392c8f4e464e728beedcfb (diff) | |
download | pkgsrc-5c33fcac3a561400197ea5824a3de67ddc087560.tar.gz |
Convert to buildlink3.
-rw-r--r-- | x11/xworld/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/x11/xworld/Makefile b/x11/xworld/Makefile index 82083e916eb..bd464bffdf9 100644 --- a/x11/xworld/Makefile +++ b/x11/xworld/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.8 2004/02/06 16:26:23 minskim Exp $ +# $NetBSD: Makefile,v 1.9 2004/04/13 21:33:06 snj Exp $ # DISTNAME= xworld-2.0 @@ -10,7 +10,7 @@ MASTER_SITES= ftp://gutemine.geo.uni-koeln.de/pub/xworld/ \ MAINTAINER= wennmach@NetBSD.org COMMENT= Earth as seen from the direction of the sun -USE_BUILDLINK2= yes +USE_BUILDLINK3= yes HAS_CONFIGURE= yes USE_X11= yes |