diff options
author | bapt <bapt@FreeBSD.org> | 2013-07-26 15:00:10 +0800 |
---|---|---|
committer | bapt <bapt@FreeBSD.org> | 2013-07-26 15:00:10 +0800 |
commit | ffc83d31245e25e05dd95184bfe94a73983ae7af (patch) | |
tree | 8aa741971254885672f364ccf254337da627bff1 /games | |
parent | 78fe132edab05c2e1f21618eb9592f00cf795dd9 (diff) | |
download | freebsd-ports-gnome-ffc83d31245e25e05dd95184bfe94a73983ae7af.tar.gz freebsd-ports-gnome-ffc83d31245e25e05dd95184bfe94a73983ae7af.tar.zst freebsd-ports-gnome-ffc83d31245e25e05dd95184bfe94a73983ae7af.zip |
Fix typo
Diffstat (limited to 'games')
-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 |