diff options
author | Baptiste Daroussin <bapt@FreeBSD.org> | 2013-07-26 07:00:10 +0000 |
---|---|---|
committer | Baptiste Daroussin <bapt@FreeBSD.org> | 2013-07-26 07:00:10 +0000 |
commit | 4a64a01f61cb276a512a6f6e9e20d1eb3e0d240b (patch) | |
tree | 8aa741971254885672f364ccf254337da627bff1 | |
parent | c90775dba6d1cbaaf7bc21549e0995f67519c530 (diff) |
Notes
-rw-r--r-- | games/tuxmath/Makefile | 2 |
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 |