diff options
author | Maxim Sobolev <sobomax@FreeBSD.org> | 2002-03-14 07:30:37 +0000 |
---|---|---|
committer | Maxim Sobolev <sobomax@FreeBSD.org> | 2002-03-14 07:30:37 +0000 |
commit | eb17ecf3a76595b3591b8d87d75a5f57c714567c (patch) | |
tree | d5bc006116d9cbe0288c6224d463f3f2400e14ce /print/ttftot42 | |
parent | 9227fe1c3d9ad96d27c5cbeee81a06fff57dab4e (diff) | |
download | ports-eb17ecf3a76595b3591b8d87d75a5f57c714567c.tar.gz ports-eb17ecf3a76595b3591b8d87d75a5f57c714567c.zip |
LIB_DEPENDS=ttf.4[...] --> USE_FREETYPE=yes
Notes
Notes:
svn path=/head/; revision=56060
Diffstat (limited to 'print/ttftot42')
-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 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" |