From e400fd5f1f7dc232ff0f4eb9c639df5ba9a768ef Mon Sep 17 00:00:00 2001 From: downsj Date: Tue, 17 Aug 1999 12:40:34 +0000 Subject: [PATCH] Proper dependancies and work around weird configure problem. --- graphics/gd/Makefile | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/graphics/gd/Makefile b/graphics/gd/Makefile index c3e173f762e..40a634c673b 100644 --- a/graphics/gd/Makefile +++ b/graphics/gd/Makefile @@ -1,4 +1,4 @@ -# $OpenBSD: Makefile,v 1.3 1999/08/17 12:28:45 downsj Exp $ +# $OpenBSD: Makefile,v 1.4 1999/08/17 12:40:34 downsj Exp $ # $FreeBSD: Makefile,v 1.5 1998/06/25 03:13:16 vanilla Exp $ DISTNAME= gd-1.6.3 @@ -8,13 +8,15 @@ MASTER_SITES= http://www.boutell.com/gd/http/ \ NEED_VERSION= 1.73 -LIB_DEPENDS= png.1.3:${PORTSDIR}/graphics/png +LIB_DEPENDS= png.1.3:${PORTSDIR}/graphics/png \ + ttf.1.2:${PORTSDIR}/print/freetype MAINTAINER= brad@openbsd.org HOMEPAGE= http://www.boutell.com/gd/ SEPARATE_BUILD= concurrent GNU_CONFIGURE= yes +CONFIGURE_ENV= LDFLAGS=-L/usr/local/lib CONFIGURE_ARGS+= ${CONFIGURE_SHARED} CONFIGURE_ARGS+= --enable-static