From 9a0ac97662d5d72ef6aa891a34f5e3c73f69ec54 Mon Sep 17 00:00:00 2001 From: sobomax Date: Thu, 14 Mar 2002 07:30:37 +0000 Subject: LIB_DEPENDS=ttf.4[...] --> USE_FREETYPE=yes --- print/py-freetype/Makefile | 3 +-- print/ttftot42/Makefile | 3 +-- 2 files changed, 2 insertions(+), 4 deletions(-) (limited to 'print') diff --git a/print/py-freetype/Makefile b/print/py-freetype/Makefile index a9efec4e7510..3891ff56184e 100644 --- a/print/py-freetype/Makefile +++ b/print/py-freetype/Makefile @@ -13,10 +13,9 @@ DISTNAME= PyFT-${PORTVERSION} MAINTAINER= sobomax@FreeBSD.org -LIB_DEPENDS= ttf.4:${PORTSDIR}/print/freetype - WRKSRC= ${WRKDIR}/${DISTNAME}/src +USE_FREETYPE= yes USE_PYTHON= yes .include diff --git a/print/ttftot42/Makefile b/print/ttftot42/Makefile index 8af352fb5580..06400acfc811 100644 --- a/print/ttftot42/Makefile +++ b/print/ttftot42/Makefile @@ -12,8 +12,7 @@ MASTER_SITES= http://www.giga.or.at/pub/nih/ttftot42/ MAINTAINER= nakai@FreeBSD.org -LIB_DEPENDS= ttf.4:${PORTSDIR}/print/freetype - +USE_FREETYPE= yes GNU_CONFIGURE= yes CONFIGURE_ENV= "CFLAGS=-I${LOCALBASE}/include/freetype" -- cgit