From 8dc323dc2bd29f0219de5776d0c246c80eba274e Mon Sep 17 00:00:00 2001 From: antoine Date: Thu, 25 Dec 2014 19:04:25 +0000 Subject: Change libpng15.so to libpng.so in LIB_DEPENDS to prepare the upgrade --- graphics/geeqie/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'graphics/geeqie') diff --git a/graphics/geeqie/Makefile b/graphics/geeqie/Makefile index 3e641c11270f..6ae570ba7510 100644 --- a/graphics/geeqie/Makefile +++ b/graphics/geeqie/Makefile @@ -10,7 +10,7 @@ MASTER_SITES= SF/${PORTNAME}/${PORTNAME}/${PORTNAME}-${PORTVERSION} MAINTAINER= amdmi3@FreeBSD.org COMMENT= Lightweight image viewer forked from GQview -LIB_DEPENDS= libpng15.so:${PORTSDIR}/graphics/png +LIB_DEPENDS= libpng.so:${PORTSDIR}/graphics/png USES= gettext gmake pkgconfig desktop-file-utils USE_GNOME= gtk20 -- cgit