diff options
author | antoine <antoine@FreeBSD.org> | 2014-12-25 03:44:03 +0800 |
---|---|---|
committer | antoine <antoine@FreeBSD.org> | 2014-12-25 03:44:03 +0800 |
commit | 0c1c457f1b6541ae8207c1052347f641bf23b379 (patch) | |
tree | a28b86d0b772830ac2bdb6b0ae271e93b3b3eff3 | |
parent | 47a9d20aff3df78a0f08002dba6599dd2023d798 (diff) | |
download | freebsd-ports-gnome-0c1c457f1b6541ae8207c1052347f641bf23b379.tar.gz freebsd-ports-gnome-0c1c457f1b6541ae8207c1052347f641bf23b379.tar.zst freebsd-ports-gnome-0c1c457f1b6541ae8207c1052347f641bf23b379.zip |
Properly support png 1.5
-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 7fa7dddabff1..26247cc77fa1 100644 --- a/games/tuxmath/Makefile +++ b/games/tuxmath/Makefile @@ -29,7 +29,7 @@ CONFIGURE_ENV= T4K_COMMON_CFLAGS="-I${T4K_WRKSRC}/src" \ 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 ${ICONV_LIB} -lpng15 +LDFLAGS+= $$(pkg-config --libs SDL_Pango) -L${LOCALBASE}/lib ${ICONV_LIB} -lpng T4K_NAME= t4k_common T4K_VERSION= 0.1.1 |