[Midnightbsd-cvs] mports [20743] trunk/x11/dgs/Makefile: switch to jpeg uses

laffer1 at midnightbsd.org laffer1 at midnightbsd.org
Thu Nov 12 18:29:27 EST 2015


Revision: 20743
          http://svnweb.midnightbsd.org/mports/?rev=20743
Author:   laffer1
Date:     2015-11-12 18:29:26 -0500 (Thu, 12 Nov 2015)
Log Message:
-----------
switch to jpeg uses

Modified Paths:
--------------
    trunk/x11/dgs/Makefile

Modified: trunk/x11/dgs/Makefile
===================================================================
--- trunk/x11/dgs/Makefile	2015-11-12 14:02:23 UTC (rev 20742)
+++ trunk/x11/dgs/Makefile	2015-11-12 23:29:26 UTC (rev 20743)
@@ -11,8 +11,7 @@
 
 LICENSE=	gpl2
 
-LIB_DEPENDS=	libjpeg.so:${PORTSDIR}/graphics/jpeg \
-		libpng.so:${PORTSDIR}/graphics/png \
+LIB_DEPENDS=	libpng.so:${PORTSDIR}/graphics/png \
 		libtiff.so:${PORTSDIR}/graphics/tiff
 
 MAKE_JOBS_UNSAFE=	yes
@@ -20,7 +19,7 @@
 USE_GHOSTSCRIPT_RUN=	yes
 USE_XORG=	xt sm ice xext x11
 USE_GNOME=	glib12
-USES=		gmake libtool makeinfo
+USES=		gmake jpeg libtool makeinfo
 USE_LDCONFIG=	yes
 GNU_CONFIGURE=	yes
 WRKSRC=		${WRKDIR}/${PORTNAME}-0.5.9



More information about the Midnightbsd-cvs mailing list