diff options
author | Glen Barber <gjb@FreeBSD.org> | 2013-01-06 21:24:28 +0000 |
---|---|---|
committer | Glen Barber <gjb@FreeBSD.org> | 2013-01-06 21:24:28 +0000 |
commit | a65b37a7ebee99e398465b168bf2e9cf89085093 (patch) | |
tree | 8e73adc9f7800d53ed2d2aad37d8602f9ce2e400 /print | |
parent | 0ab76792fc9cc365ef3257d1225a4e3fa25882c2 (diff) | |
download | ports-a65b37a7ebee99e398465b168bf2e9cf89085093.tar.gz ports-a65b37a7ebee99e398465b168bf2e9cf89085093.zip |
Remove deprecation of print/freetype. This port is needed for the
textproc/docproj build with CJK set.
Assign maintainer to doceng@ until a suitable replacement is found.
Notes
Notes:
svn path=/head/; revision=310016
Diffstat (limited to 'print')
-rw-r--r-- | print/freetype/Makefile | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/print/freetype/Makefile b/print/freetype/Makefile index ba217dae0aae..c5d86e93c798 100644 --- a/print/freetype/Makefile +++ b/print/freetype/Makefile @@ -16,11 +16,9 @@ MASTER_SITES= SF \ ${MASTER_SITE_RINGSERVER:S,%SUBDIR%,graphics/freetype/&,} \ ftp://ftp.freetype.org/freetype/freetupe1/ -MAINTAINER= ports@FreeBSD.org +MAINTAINER= doceng@FreeBSD.org COMMENT= A free and portable TrueType font rendering engine -DEPRECATED= Last release in 2000, unsupported by developers - USE_AUTOTOOLS= libtool USE_LDCONFIG= yes CONFIGURE_ARGS= --disable-nls --enable-static --enable-shared |