remove ttf from dependencies; pointed out by patrick

(sidsrr at yahoo dot com).
This commit is contained in:
fgsch 2005-10-13 06:55:22 +00:00
parent ae0c5cf0b6
commit c997e6d13b

View File

@ -1,20 +1,20 @@
# $OpenBSD: Makefile,v 1.39 2005/10/12 05:37:43 fgsch Exp $
# $OpenBSD: Makefile,v 1.40 2005/10/13 06:55:22 fgsch Exp $
COMMENT= "library for dynamic creation of images"
DISTNAME= gd-2.0.33
PKGNAME= ${DISTNAME}p0
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 \
ttf.1.3::print/freetype
png.2::graphics/png
MODULES= converters/libiconv
WANTLIB= X11 Xpm c fontconfig freetype m ttf z
WANTLIB= X11 Xpm c fontconfig freetype m z
PERMIT_PACKAGE_CDROM= Yes
PERMIT_PACKAGE_FTP= Yes
@ -22,9 +22,6 @@ 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