From d0cdca8bc326260560504ebb5d4b206942ca5125 Mon Sep 17 00:00:00 2001
From: Jeremy Lea <reg@FreeBSD.org>
Date: Thu, 5 Oct 2000 06:23:01 +0000
Subject: Implement USE_GLIB.

---
 x11/dgs/Makefile | 12 ++++--------
 1 file changed, 4 insertions(+), 8 deletions(-)

(limited to 'x11/dgs/Makefile')

diff --git a/x11/dgs/Makefile b/x11/dgs/Makefile
index d990868aafc6..949bffd51ae4 100644
--- a/x11/dgs/Makefile
+++ b/x11/dgs/Makefile
@@ -16,18 +16,14 @@ MAINTAINER=	nakai@FreeBSD.org
 
 LIB_DEPENDS= 	jpeg.9:${PORTSDIR}/graphics/jpeg \
 		png.4:${PORTSDIR}/graphics/png \
-		tiff.4:${PORTSDIR}/graphics/tiff \
-		glib12.3:${PORTSDIR}/devel/glib12
-BUILD_DEPENDS=	gs:${PORTSDIR}/print/ghostscript55
+		tiff.4:${PORTSDIR}/graphics/tiff
+RUN_DEPENDS=	gs:${PORTSDIR}/print/ghostscript55
 
-GLIB_CONFIG=	${LOCALBASE}/bin/glib12-config
-
-USE_GMAKE=	yes
 USE_X_PREFIX=	yes
+USE_GMAKE=	yes
+USE_GLIB=	yes
 INSTALLS_SHLIB=	yes
 GNU_CONFIGURE=	yes
-CONFIGURE_ENV=	GLIB_CONFIG=${GLIB_CONFIG}
-MAKE_ENV=	INSTALL=${INSTALL}
 
 MAN1=		dgs.1 dpsnx.agent.1
 MANM=		dpsexec makepsres xepsf
-- 
cgit v1.2.3