Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 26 Jul 2013 07:00:10 +0000 (UTC)
From:      Baptiste Daroussin <bapt@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r323699 - head/games/tuxmath
Message-ID:  <201307260700.r6Q70AxZ019896@svn.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: bapt
Date: Fri Jul 26 07:00:10 2013
New Revision: 323699
URL: http://svnweb.freebsd.org/changeset/ports/323699

Log:
  Fix typo

Modified:
  head/games/tuxmath/Makefile

Modified: head/games/tuxmath/Makefile
==============================================================================
--- head/games/tuxmath/Makefile	Fri Jul 26 06:58:09 2013	(r323698)
+++ head/games/tuxmath/Makefile	Fri Jul 26 07:00:10 2013	(r323699)
@@ -33,7 +33,7 @@ MAKE_JOBS_SAFE=	yes
 
 CPPFLAGS+=	$$(pkg-config --cflags SDL_Pango) -I${LOCALBASE}/include \
 		-DHAVE_ALPHASORT -DHAVE_SCANDIR -DHAVE_FSYNC -DICONV_CONST=""
-LDFLAGS+=	$$(pkg-config --libs SDL_Pango) -L${LOCALBASE}/lib -liconv -lpng5
+LDFLAGS+=	$$(pkg-config --libs SDL_Pango) -L${LOCALBASE}/lib -liconv -lpng15
 
 T4K_NAME=	t4k_common
 T4K_VERSION=	0.1.1



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201307260700.r6Q70AxZ019896>