diff options
author | Mario Sergio Fujikawa Ferreira <lioux@FreeBSD.org> | 2001-07-14 23:10:17 +0000 |
---|---|---|
committer | Mario Sergio Fujikawa Ferreira <lioux@FreeBSD.org> | 2001-07-14 23:10:17 +0000 |
commit | 84c7d8fd5c38e5dbc5e74c3237f72f44407fd8c4 (patch) | |
tree | 5d2150d29cb912b66ca53e32cf09176f484a969e /misc/gkrellweather | |
parent | 8b93943601e7ee956168beb6799613d5a01e3a85 (diff) |
- Make good use of wmweather port technology (${PREFIX}/bin/GrabWeather).
RUN_DEPENDS on wmweather instead of p5-libwww
Submitted by: maintainer
Notes
Notes:
svn path=/head/; revision=45131
Diffstat (limited to 'misc/gkrellweather')
-rw-r--r-- | misc/gkrellweather/Makefile | 3 | ||||
-rw-r--r-- | misc/gkrellweather/pkg-plist | 1 |
2 files changed, 1 insertions, 3 deletions
diff --git a/misc/gkrellweather/Makefile b/misc/gkrellweather/Makefile index 9ce1c750d927..5d30f3893b6c 100644 --- a/misc/gkrellweather/Makefile +++ b/misc/gkrellweather/Makefile @@ -15,7 +15,7 @@ MAINTAINER= pat@databits.net BUILD_DEPENDS= ${X11BASE}/include/gkrellm/gkrellm.h:${PORTSDIR}/sysutils/gkrellm RUN_DEPENDS= gkrellm:${PORTSDIR}/sysutils/gkrellm \ - ${LOCALBASE}/lib/perl5/site_perl/${PERL_VER}/LWP/UserAgent.pm:${PORTSDIR}/www/p5-libwww + ${X11BASE}/bin/GrabWeather:${PORTSDIR}/misc/wmweather USE_X_PREFIX= yes USE_GTK= yes @@ -27,7 +27,6 @@ ALL_TARGET= ${PORTNAME}.so PKGMESSAGE= ${DESCR} do-install: - @${INSTALL_SCRIPT} ${WRKSRC}/GrabWeather ${PREFIX}/bin @${INSTALL_DATA} ${WRKSRC}/${PORTNAME}.so \ ${PREFIX}/libexec/gkrellm/plugins diff --git a/misc/gkrellweather/pkg-plist b/misc/gkrellweather/pkg-plist index 5b3a386b1eae..181bda43be5d 100644 --- a/misc/gkrellweather/pkg-plist +++ b/misc/gkrellweather/pkg-plist @@ -1,2 +1 @@ -bin/GrabWeather libexec/gkrellm/plugins/gkrellweather.so |