summaryrefslogtreecommitdiff
path: root/misc/bbweather
diff options
context:
space:
mode:
authorjlam <jlam>2002-09-24 10:25:16 +0000
committerjlam <jlam>2002-09-24 10:25:16 +0000
commitf078cee8185a76a14927e926383590c33a4d1ae2 (patch)
treeb6275e3ae329689163dbabeb80acb57b92b5ad03 /misc/bbweather
parent5d99af05e0f11592725164278de1fd637215d8eb (diff)
downloadpkgsrc-f078cee8185a76a14927e926383590c33a4d1ae2.tar.gz
buildlink1 -> buildlink2
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"