diff options
author | sobomax <sobomax@FreeBSD.org> | 2002-03-14 07:30:37 +0000 |
---|---|---|
committer | sobomax <sobomax@FreeBSD.org> | 2002-03-14 07:30:37 +0000 |
commit | 9a0ac97662d5d72ef6aa891a34f5e3c73f69ec54 (patch) | |
tree | 912320b1fa7fde70bb2ca5974b8ccaf40594ca31 /print/ttftot42/Makefile | |
parent | 7127c582862b485287788a72eb4efd649262f24f (diff) | |
download | FreeBSD-ports-9a0ac97662d5d72ef6aa891a34f5e3c73f69ec54.zip FreeBSD-ports-9a0ac97662d5d72ef6aa891a34f5e3c73f69ec54.tar.gz |
LIB_DEPENDS=ttf.4[...] --> USE_FREETYPE=yes
Diffstat (limited to 'print/ttftot42/Makefile')
-rw-r--r-- | print/ttftot42/Makefile | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/print/ttftot42/Makefile b/print/ttftot42/Makefile index 8af352f..06400ac 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" |