diff options
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 |