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/xworld/Makefile | |
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/xworld/Makefile')
-rw-r--r-- | x11/xworld/Makefile | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/x11/xworld/Makefile b/x11/xworld/Makefile index 4adfe02802c..c0f23e426f9 100644 --- a/x11/xworld/Makefile +++ b/x11/xworld/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.5 2001/11/26 14:47:06 pooka Exp $ +# $NetBSD: Makefile,v 1.6 2002/08/25 21:53:04 jlam Exp $ # DISTNAME= xworld-2.0 @@ -9,7 +9,9 @@ MASTER_SITES= ftp://gutemine.geo.uni-koeln.de/pub/xworld/ \ MAINTAINER= wennmach@geo.Uni-Koeln.DE COMMENT= Earth as seen from the direction of the sun +USE_BUILDLINK2= yes HAS_CONFIGURE= yes +USE_X11= yes CONFIGURE_ENV+= PREFIX="${PREFIX}" CONFIGURE_ENV+= LDLIBS="-lm ${LDFLAGS} -lX11" |