From 3e239d20a1d989037f38f3666495327f3de04375 Mon Sep 17 00:00:00 2001 From: Eitan Adler Date: Sun, 13 Oct 2013 01:28:10 +0000 Subject: Apply some simple cleanup to this port: - Fix COMMENT - USE_GMAKE -> USES=gmake - Use new LIB_DEPENDS format --- x11/dgs/Makefile | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) (limited to 'x11/dgs') diff --git a/x11/dgs/Makefile b/x11/dgs/Makefile index e793fa30afd6..8ccae7b88406 100644 --- a/x11/dgs/Makefile +++ b/x11/dgs/Makefile @@ -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 -- cgit v1.2.3