diff options
author | Antoine Brodin <antoine@FreeBSD.org> | 2015-06-22 18:33:20 +0000 |
---|---|---|
committer | Antoine Brodin <antoine@FreeBSD.org> | 2015-06-22 18:33:20 +0000 |
commit | 6e5719ca80bba1b1c1a97fa29ba2147a5c1ba81e (patch) | |
tree | bdb6dbf3e5d4ada04784a3327eb91e0145530524 /misc/wmweather+ | |
parent | b8355694f11dec2ab058a135acfc1a0f3c8967c0 (diff) | |
download | ports-6e5719ca80bba1b1c1a97fa29ba2147a5c1ba81e.tar.gz ports-6e5719ca80bba1b1c1a97fa29ba2147a5c1ba81e.zip |
Notes
Diffstat (limited to 'misc/wmweather+')
-rw-r--r-- | misc/wmweather+/Makefile | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/misc/wmweather+/Makefile b/misc/wmweather+/Makefile index b2c39d853d8a..817fbd469459 100644 --- a/misc/wmweather+/Makefile +++ b/misc/wmweather+/Makefile @@ -21,12 +21,11 @@ LIB_DEPENDS= libcurl.so:${PORTSDIR}/ftp/curl \ libtiff.so:${PORTSDIR}/graphics/tiff \ libHermes.so:${PORTSDIR}/graphics/Hermes \ libpng.so:${PORTSDIR}/graphics/png \ - libjpeg.so:${PORTSDIR}/graphics/jpeg \ libgif.so:${PORTSDIR}/graphics/giflib WRKSRC= ${WRKDIR}/wmweather+-${PORTVERSION} -USES= iconv +USES= iconv jpeg USE_XORG= xpm GNU_CONFIGURE= yes LDFLAGS+= -lm |