From de0c514e7c7d82df4aa7cbb234faa74a921b6376 Mon Sep 17 00:00:00 2001 From: Juergen Lock Date: Fri, 27 Sep 2013 16:36:58 +0000 Subject: - Switch to USES= gmake tcl:84. (newer tcl versions cause crashes) - Remove shlib major versions from LIB_DEPENDS. - Don't add CPPFLAGS to CONFIGURE_ENV a second time. - Remove indefinite article from COMMENT. - Bump PORTREVISION. Submitted by: beefy1 via pkg-fallout --- games/gracer/Makefile | 17 +++++++---------- 1 file changed, 7 insertions(+), 10 deletions(-) (limited to 'games/gracer') diff --git a/games/gracer/Makefile b/games/gracer/Makefile index 392ae618ef0f..944908081a84 100644 --- a/games/gracer/Makefile +++ b/games/gracer/Makefile @@ -3,28 +3,25 @@ PORTNAME= gracer PORTVERSION= 0.1.5 -PORTREVISION= 12 +PORTREVISION= 13 CATEGORIES= games MASTER_SITES= SF MAINTAINER= nox@FreeBSD.org -COMMENT= A 3D motor sport simulator +COMMENT= 3D motor sport simulator BUILD_DEPENDS= ${LOCALBASE}/lib/libplibsl.a:${PORTSDIR}/x11-toolkits/plib -LIB_DEPENDS= gif.5:${PORTSDIR}/graphics/giflib \ +LIB_DEPENDS= gif:${PORTSDIR}/graphics/giflib \ png15:${PORTSDIR}/graphics/png \ - jpeg.11:${PORTSDIR}/graphics/jpeg \ - tcl84.1:${PORTSDIR}/lang/tcl84 + jpeg:${PORTSDIR}/graphics/jpeg USE_GL= glut -USES= perl5 +USES= gmake perl5 tcl:84 USE_PERL5= build USE_AUTOTOOLS= autoconf213 -CONFIGURE_ENV= LIBS="-L${LOCALBASE}/lib" \ - CPPFLAGS="${CPPFLAGS}" +CONFIGURE_ENV= LIBS="-L${LOCALBASE}/lib" CPPFLAGS+= -I${LOCALBASE}/include \ - -I${LOCALBASE}/include/tcl8.4 -USE_GMAKE= yes + -I${TCL_INCLUDEDIR} NO_STAGE= yes # for plib (sound): CONFIGURE_ARGS+= --with-plib=${LOCALBASE}/plib -- cgit v1.2.3