revert ttf removal until all the gd ports that depend on it are also

aware of this. report by sturm@. sorry about this.
This commit is contained in:
fgsch 2005-10-16 16:48:14 +00:00
parent 2ca7d14245
commit ab7d19441b

View File

@ -1,20 +1,21 @@
# $OpenBSD: Makefile,v 1.40 2005/10/13 06:55:22 fgsch Exp $
# $OpenBSD: Makefile,v 1.41 2005/10/16 16:48:14 fgsch Exp $
COMMENT= "library for dynamic creation of images"
DISTNAME= gd-2.0.33
PKGNAME= ${DISTNAME}p0
PKGNAME= ${DISTNAME}p1
CATEGORIES= graphics
MASTER_SITES= http://www.boutell.com/gd/http/
HOMEPAGE= http://www.boutell.com/gd/
LIB_DEPENDS= jpeg.62::graphics/jpeg \
png.2::graphics/png
png.2::graphics/png \
ttf.1.3::print/freetype
MODULES= converters/libiconv
WANTLIB= X11 Xpm c fontconfig freetype m z
WANTLIB= X11 Xpm c fontconfig freetype m ttf z
PERMIT_PACKAGE_CDROM= Yes
PERMIT_PACKAGE_FTP= Yes
@ -22,6 +23,9 @@ PERMIT_DISTFILES_CDROM= Yes
PERMIT_DISTFILES_FTP= Yes
CONFIGURE_STYLE= gnu
CONFIGURE_ENV= CPPFLAGS="-DHAVE_LIBTTF" \
LDFLAGS="-L/usr/local/lib" \
LIBS="-lttf"
USE_X11= Yes
NO_REGRESS= Yes