[Midnightbsd-cvs] mports [20877] trunk/graphics/feh/Makefile: fix lib depends

laffer1 at midnightbsd.org laffer1 at midnightbsd.org
Sun Nov 15 16:23:29 EST 2015


Revision: 20877
          http://svnweb.midnightbsd.org/mports/?rev=20877
Author:   laffer1
Date:     2015-11-15 16:23:29 -0500 (Sun, 15 Nov 2015)
Log Message:
-----------
fix lib depends

Modified Paths:
--------------
    trunk/graphics/feh/Makefile

Modified: trunk/graphics/feh/Makefile
===================================================================
--- trunk/graphics/feh/Makefile	2015-11-15 21:22:35 UTC (rev 20876)
+++ trunk/graphics/feh/Makefile	2015-11-15 21:23:29 UTC (rev 20877)
@@ -12,8 +12,8 @@
 
 LICENSE=	mit
 
-LIB_DEPENDS=	curl.6:${PORTSDIR}/ftp/curl \
-		giblib.1:${PORTSDIR}/graphics/giblib
+LIB_DEPENDS=	libcurl.so:${PORTSDIR}/ftp/curl \
+		libgiblib.so:${PORTSDIR}/graphics/giblib
 
 USES=		gmake tar:bzip2
 USE_XORG=	x11 xt xinerama



More information about the Midnightbsd-cvs mailing list