summaryrefslogtreecommitdiff
path: root/misc/bbweather
diff options
context:
space:
mode:
Diffstat (limited to 'misc/bbweather')
-rw-r--r--misc/bbweather/Makefile8
1 files changed, 4 insertions, 4 deletions
diff --git a/misc/bbweather/Makefile b/misc/bbweather/Makefile
index 1c0f4263650..b572b9876e7 100644
--- a/misc/bbweather/Makefile
+++ b/misc/bbweather/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.4 2002/07/06 22:47:25 jschauma Exp $
+# $NetBSD: Makefile,v 1.5 2002/09/24 10:25:16 jlam Exp $
#
DISTNAME= bbweather-0.5
@@ -12,14 +12,14 @@ COMMENT= show current weather conditions
DEPENDS+= wget>=1.7:../../net/wget
+USE_BUILDLINK2= YES
+USE_X11= YES
GNU_CONFIGURE= YES
-USE_BUILDLINK_ONLY= YES
-USE_PERL5= YES
REPLACE_PERL= GrabWeather
post-install:
cd ${PREFIX}/man/man1 && ${GUNZIP_CMD} GrabWeather.1.gz
cd ${PREFIX}/man/man1 && ${GUNZIP_CMD} bbweather.1.gz
-.include "../../mk/x11.buildlink.mk"
+.include "../../lang/perl5/buildlink2.mk"
.include "../../mk/bsd.pkg.mk"