diff options
author | Mathieu Arnold <mat@FreeBSD.org> | 2016-04-01 14:16:16 +0000 |
---|---|---|
committer | Mathieu Arnold <mat@FreeBSD.org> | 2016-04-01 14:16:16 +0000 |
commit | 8d6597e0bb9591c40fc6d0c6e2159fca51178d56 (patch) | |
tree | d3548a0f08ca434f11cb4415a93d98037409413b /misc/wmweather+ | |
parent | a9dcad2fffcc27906b85c5a15fdb3e50fdc1e2e2 (diff) | |
download | ports-8d6597e0bb9591c40fc6d0c6e2159fca51178d56.tar.gz ports-8d6597e0bb9591c40fc6d0c6e2159fca51178d56.zip |
Notes
Diffstat (limited to 'misc/wmweather+')
-rw-r--r-- | misc/wmweather+/Makefile | 16 |
1 files changed, 8 insertions, 8 deletions
diff --git a/misc/wmweather+/Makefile b/misc/wmweather+/Makefile index 817fbd469459..2a2427fcf94e 100644 --- a/misc/wmweather+/Makefile +++ b/misc/wmweather+/Makefile @@ -16,12 +16,12 @@ COMMENT= Displays current conditions and forecasts with icons and text LICENSE= GPLv2 -LIB_DEPENDS= libcurl.so:${PORTSDIR}/ftp/curl \ - libpcre.so:${PORTSDIR}/devel/pcre \ - libtiff.so:${PORTSDIR}/graphics/tiff \ - libHermes.so:${PORTSDIR}/graphics/Hermes \ - libpng.so:${PORTSDIR}/graphics/png \ - libgif.so:${PORTSDIR}/graphics/giflib +LIB_DEPENDS= libcurl.so:ftp/curl \ + libpcre.so:devel/pcre \ + libtiff.so:graphics/tiff \ + libHermes.so:graphics/Hermes \ + libpng.so:graphics/png \ + libgif.so:graphics/giflib WRKSRC= ${WRKDIR}/wmweather+-${PORTVERSION} @@ -53,9 +53,9 @@ DESKTOP_ENTRIES="${PORTNAME}" "" "${PORTNAME}" \ .include <bsd.port.options.mk> .if ${PORT_OPTIONS:MWM} -LIB_DEPENDS+= libWMaker.so:${PORTSDIR}/x11-wm/windowmaker +LIB_DEPENDS+= libWMaker.so:x11-wm/windowmaker .else -LIB_DEPENDS+= libwraster.so:${PORTSDIR}/x11-wm/libwraster +LIB_DEPENDS+= libwraster.so:x11-wm/libwraster .endif post-patch: |