diff options
author | sobomax <sobomax@FreeBSD.org> | 2002-03-14 15:30:37 +0800 |
---|---|---|
committer | sobomax <sobomax@FreeBSD.org> | 2002-03-14 15:30:37 +0800 |
commit | 9a0ac97662d5d72ef6aa891a34f5e3c73f69ec54 (patch) | |
tree | 912320b1fa7fde70bb2ca5974b8ccaf40594ca31 /print | |
parent | 7127c582862b485287788a72eb4efd649262f24f (diff) | |
download | freebsd-ports-gnome-9a0ac97662d5d72ef6aa891a34f5e3c73f69ec54.tar.gz freebsd-ports-gnome-9a0ac97662d5d72ef6aa891a34f5e3c73f69ec54.tar.zst freebsd-ports-gnome-9a0ac97662d5d72ef6aa891a34f5e3c73f69ec54.zip |
LIB_DEPENDS=ttf.4[...] --> USE_FREETYPE=yes
Diffstat (limited to 'print')
-rw-r--r-- | print/py-freetype/Makefile | 3 | ||||
-rw-r--r-- | print/ttftot42/Makefile | 3 |
2 files changed, 2 insertions, 4 deletions
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 <bsd.port.pre.mk> 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" |