diff options
author | lioux <lioux@FreeBSD.org> | 2001-07-14 23:10:17 +0000 |
---|---|---|
committer | lioux <lioux@FreeBSD.org> | 2001-07-14 23:10:17 +0000 |
commit | ff6c627526999287f646e402acbf77b8a7c223c9 (patch) | |
tree | 9040b728768c67896a5df864e813a124060e676b /misc/gkrellweather | |
parent | 607a7a83a3d6603b4d48ad51bcaae83c7ff42f41 (diff) | |
download | FreeBSD-ports-ff6c627526999287f646e402acbf77b8a7c223c9.zip FreeBSD-ports-ff6c627526999287f646e402acbf77b8a7c223c9.tar.gz |
- Make good use of wmweather port technology (${PREFIX}/bin/GrabWeather).
RUN_DEPENDS on wmweather instead of p5-libwww
Submitted by: maintainer
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 9ce1c75..5d30f38 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 5b3a386..181bda4 100644 --- a/misc/gkrellweather/pkg-plist +++ b/misc/gkrellweather/pkg-plist @@ -1,2 +1 @@ -bin/GrabWeather libexec/gkrellm/plugins/gkrellweather.so |