From 20925f5282c557c9e1641663f308bfc503a0e804 Mon Sep 17 00:00:00 2001 From: jhale Date: Tue, 2 Oct 2012 10:28:23 +0000 Subject: - Update devel/clanlib to 2.3.6 - Adjust dependent ports to use devel/clanlib1 [1] - Strip Makefile headers PR: ports/171333 Submitted by: Chris Petrik (maintainer) Approved by: makc (mentor), maintainers via private email [1] --- games/trophy/Makefile | 13 +++++-------- 1 file changed, 5 insertions(+), 8 deletions(-) (limited to 'games/trophy') diff --git a/games/trophy/Makefile b/games/trophy/Makefile index 049b17134fa..f214698cb37 100644 --- a/games/trophy/Makefile +++ b/games/trophy/Makefile @@ -1,13 +1,9 @@ -# New ports collection makefile for: trophy -# Date created: 2004-01-24 -# Whom: Jean-Yves Lefort -# +# Created by: Jean-Yves Lefort # $FreeBSD$ -# PORTNAME= trophy PORTVERSION= 2.0.3 -PORTREVISION= 1 +PORTREVISION= 2 CATEGORIES= games MASTER_SITES= SF @@ -16,11 +12,12 @@ COMMENT= A single player racing game LICENSE= GPLv2 -LIB_DEPENDS= clanCore-0.8:${PORTSDIR}/devel/clanlib +LIB_DEPENDS= clanCore:${PORTSDIR}/devel/clanlib1 GNU_CONFIGURE= yes CONFIGURE_ENV+= LIBS="-L${LOCALBASE}/lib" -CPPFLAGS+= -I${LOCALBASE}/include +CPPFLAGS+= -I${LOCALBASE}/include ${PTHREAD_CFLAGS} +LDFLAGS+= ${PTHREAD_LIBS} MAN6= trophy.6 -- cgit