svn commit: r323699 - head/games/tuxmath

Baptiste Daroussin bapt at FreeBSD.org
Fri Jul 26 07:00:10 UTC 2013


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


More information about the svn-ports-all mailing list