[Midnightbsd-cvs] mports [23499] trunk/graphics/gdchart/Makefile: update depends

laffer1 at midnightbsd.org laffer1 at midnightbsd.org
Fri May 11 08:46:36 EDT 2018


Revision: 23499
          http://svnweb.midnightbsd.org/mports/?rev=23499
Author:   laffer1
Date:     2018-05-11 08:46:35 -0400 (Fri, 11 May 2018)
Log Message:
-----------
update depends

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

Modified: trunk/graphics/gdchart/Makefile
===================================================================
--- trunk/graphics/gdchart/Makefile	2018-05-11 12:42:32 UTC (rev 23498)
+++ trunk/graphics/gdchart/Makefile	2018-05-11 12:46:35 UTC (rev 23499)
@@ -10,15 +10,14 @@
 DISTNAME=	${PORTNAME}${PORTVERSION}dev
 
 MAINTAINER=	ports at MidnightBSD.org
-COMMENT=	Easy to use, fast C API for creating charts and graphs
+COMMENT=	Easy to use fast C API for creating charts and graphs
 
 LICENSE=	other
 
-LIB_DEPENDS=	libgd.so:${PORTSDIR}/graphics/gd \
-		libjpeg.so:${PORTSDIR}/graphics/jpeg \
-		libfreetype.so:${PORTSDIR}/print/freetype2
+LIB_DEPENDS=	libgd.so:graphics/gd \
+		libfreetype.so:print/freetype2
 
-USES=		uidfix
+USES=		jpeg uidfix
 MAKEFILE=	${FILESDIR}/Makefile
 MAKE_ARGS=	PREFIX="${PREFIX}" LOCALBASE="${LOCALBASE}"
 USE_LDCONFIG=	yes



More information about the Midnightbsd-cvs mailing list