Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 13 Oct 2013 01:28:10 +0000 (UTC)
From:      Eitan Adler <eadler@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r330195 - head/x11/dgs
Message-ID:  <201310130128.r9D1SAJl098415@svn.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: eadler
Date: Sun Oct 13 01:28:10 2013
New Revision: 330195
URL: http://svnweb.freebsd.org/changeset/ports/330195

Log:
  Apply some simple cleanup to this port:
  	- Fix COMMENT
  	- USE_GMAKE -> USES=gmake
  	- Use new LIB_DEPENDS format

Modified:
  head/x11/dgs/Makefile

Modified: head/x11/dgs/Makefile
==============================================================================
--- head/x11/dgs/Makefile	Sun Oct 13 00:15:16 2013	(r330194)
+++ head/x11/dgs/Makefile	Sun Oct 13 01:28:10 2013	(r330195)
@@ -9,19 +9,19 @@ MASTER_SITES=	${MASTER_SITE_GNU}
 MASTER_SITE_SUBDIR=	../old-gnu/dgs
 
 MAINTAINER=	ports@FreeBSD.org
-COMMENT=	A display ghostscript system
+COMMENT=	Display ghostscript system
 
-LIB_DEPENDS=	jpeg:${PORTSDIR}/graphics/jpeg \
-		png15:${PORTSDIR}/graphics/png \
-		tiff:${PORTSDIR}/graphics/tiff
+LIB_DEPENDS=	libjpeg.so:${PORTSDIR}/graphics/jpeg \
+		libpng15.so:${PORTSDIR}/graphics/png \
+		libtiff.so:${PORTSDIR}/graphics/tiff
 
 MAKE_JOBS_UNSAFE=	yes
 NO_STAGE=	yes
 
 USE_GHOSTSCRIPT_RUN=	yes
 USE_XORG=	xt sm ice xext x11
-USE_GMAKE=	yes
 USE_GNOME=	glib12
+USES=		gmake
 USE_LDCONFIG=	yes
 GNU_CONFIGURE=	yes
 USE_AUTOTOOLS=	libtool



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201310130128.r9D1SAJl098415>