summaryrefslogtreecommitdiff
path: root/games
diff options
context:
space:
mode:
authorBaptiste Daroussin <bapt@FreeBSD.org>2013-07-26 07:00:10 +0000
committerBaptiste Daroussin <bapt@FreeBSD.org>2013-07-26 07:00:10 +0000
commit4a64a01f61cb276a512a6f6e9e20d1eb3e0d240b (patch)
tree8aa741971254885672f364ccf254337da627bff1 /games
parentFix build with linker that does not copy the dt_need from libraries it links (diff)
Fix typo
Notes
Notes: svn path=/head/; revision=323699
Diffstat (limited to 'games')
-rw-r--r--games/tuxmath/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/games/tuxmath/Makefile b/games/tuxmath/Makefile
index e5913df39070..c0a0495f1a47 100644
--- a/games/tuxmath/Makefile
+++ b/games/tuxmath/Makefile
@@ -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