diff options
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" |