From 8f9ac2e621bbe31fb936a4a3f9e13217554ba27c Mon Sep 17 00:00:00 2001 From: krion Date: Sat, 30 Aug 2003 07:27:28 +0000 Subject: - Author rerolled source distfile. All changes appear to be: o Convert K&R style function declarations to ANSI C style. o Add calls to EZ_WidgetExists() in several places to verify existance of widgets before use. - Bump PORTREVISION PR: 56162 Submitted by: Michael Edenfield --- graphics/EZWGL/Makefile | 3 ++- graphics/EZWGL/distinfo | 2 +- 2 files changed, 3 insertions(+), 2 deletions(-) (limited to 'graphics') diff --git a/graphics/EZWGL/Makefile b/graphics/EZWGL/Makefile index 0cad361cf36f..8d11c3ad9b47 100644 --- a/graphics/EZWGL/Makefile +++ b/graphics/EZWGL/Makefile @@ -7,6 +7,7 @@ PORTNAME= EZWGL PORTVERSION= 1.50 +PORTREVISION= 1 CATEGORIES= graphics devel MASTER_SITES= ftp://ftp.ma.utexas.edu/pub/mzou/ DISTFILES= ${DISTNAME}-demo.tgz ${DISTNAME}-doc.tgz ${DISTNAME}-src.tgz @@ -22,7 +23,7 @@ INSTALLS_SHLIB= yes GNU_CONFIGURE= yes CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include" \ LIBS="-L${LOCALBASE}/lib" -NOPRECIOUSMAKEVARS= yes # Otherwise 'make readmes' is broken +NOPRECIOUSMAKEVARS= yes # Otherwise 'make readmes' is broken .include diff --git a/graphics/EZWGL/distinfo b/graphics/EZWGL/distinfo index 3376f703792b..a1eb6307a560 100644 --- a/graphics/EZWGL/distinfo +++ b/graphics/EZWGL/distinfo @@ -1,3 +1,3 @@ MD5 (EZWGL-1.50-demo.tgz) = b659cd13f532bc93c7fbceabffbd1908 MD5 (EZWGL-1.50-doc.tgz) = a127babe59481ec6a398cfd129da448d -MD5 (EZWGL-1.50-src.tgz) = ee1813c292684757f26b404902b99b6c +MD5 (EZWGL-1.50-src.tgz) = 5b21282654465624982a5f437438b56c -- cgit