[Midnightbsd-cvs] mports [20543] trunk/misc/wmweather/Makefile: fix libcurl depends

laffer1 at midnightbsd.org laffer1 at midnightbsd.org
Sun Oct 18 09:53:29 EDT 2015


Revision: 20543
          http://svnweb.midnightbsd.org/mports/?rev=20543
Author:   laffer1
Date:     2015-10-18 09:53:29 -0400 (Sun, 18 Oct 2015)
Log Message:
-----------
fix libcurl depends

Modified Paths:
--------------
    trunk/misc/wmweather/Makefile

Modified: trunk/misc/wmweather/Makefile
===================================================================
--- trunk/misc/wmweather/Makefile	2015-10-18 13:48:43 UTC (rev 20542)
+++ trunk/misc/wmweather/Makefile	2015-10-18 13:53:29 UTC (rev 20543)
@@ -8,10 +8,11 @@
 MASTER_SITES=	http://www.godisch.de/debian/wmweather/
 
 MAINTAINER=	ports at MidnightBSD.org
-COMMENT=	A WMaker dockapp which displays meteorological data for your city
+COMMENT=	WMaker dockapp which displays meteorological data for your city
+
 LICENSE=	gpl2
 
-LIB_DEPENDS=	curl.6:${PORTSDIR}/ftp/curl
+LIB_DEPENDS=	libcurl.so:${PORTSDIR}/ftp/curl
 BUILD_DEPENDS=	xmessage:${PORTSDIR}/x11/xmessage
 RUN_DEPENDS=	xmessage:${PORTSDIR}/x11/xmessage
 



More information about the Midnightbsd-cvs mailing list