diff options
Diffstat (limited to 'x11/wmweather/Makefile')
-rw-r--r-- | x11/wmweather/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/x11/wmweather/Makefile b/x11/wmweather/Makefile index 324161fe962..ed35ee58646 100644 --- a/x11/wmweather/Makefile +++ b/x11/wmweather/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.6 2001/08/29 22:41:31 jlam Exp $ +# $NetBSD: Makefile,v 1.7 2001/10/23 13:15:10 jlam Exp $ # DISTNAME= wmWeather-1.31 @@ -17,6 +17,6 @@ REPLACE_PERL= GrabWeather CPPFLAGS+= -I${X11BASE}/include -.include "../../graphics/xpm/buildlink.mk" .include "../../mk/x11.buildlink.mk" +.include "../../graphics/xpm/buildlink.mk" .include "../../mk/bsd.pkg.mk" |