diff --git a/graphics/gd/Makefile b/graphics/gd/Makefile index 4eec6661617..12ee7d57e5a 100644 --- a/graphics/gd/Makefile +++ b/graphics/gd/Makefile @@ -1,11 +1,11 @@ -# $OpenBSD: Makefile,v 1.32 2001/05/24 02:27:28 kevlo Exp $ +# $OpenBSD: Makefile,v 1.33 2002/02/03 19:45:46 brad Exp $ # $FreeBSD: Makefile,v 1.5 1998/06/25 03:13:16 vanilla Exp $ COMMENT= "graphics library for fast PNG creation" DISTNAME= gd-1.8.3 CATEGORIES= graphics -NEED_VERSION= 1.384 +NEED_VERSION= 1.500 MASTER_SITES= http://www.boutell.com/gd/http/ \ ftp://ftp.boutell.com/pub/boutell/gd/ @@ -42,6 +42,8 @@ MAKE_FLAGS+= CFLAGS="${CFLAGS} -DHAVE_XPM -DHAVE_JPEG -DHAVE_LIBTTF" \ LIBDIRS="-L. -L${LOCALBASE}/lib -L${X11BASE}/lib" .endif +NO_REGRESS= Yes + post-install: ${INSTALL_DATA_DIR} ${PREFIX}/share/examples/gd ${INSTALL_DATA} ${WRKSRC}/demoin.png ${PREFIX}/share/examples/gd diff --git a/graphics/gd/files/md5 b/graphics/gd/distinfo similarity index 100% rename from graphics/gd/files/md5 rename to graphics/gd/distinfo