diff options
author | Tobias Kortkamp <tobik@FreeBSD.org> | 2019-11-08 10:47:01 +0000 |
---|---|---|
committer | Tobias Kortkamp <tobik@FreeBSD.org> | 2019-11-08 10:47:01 +0000 |
commit | ef878751a79ba6aaefefa599a76c833c618977d5 (patch) | |
tree | e67483ee6a85fa279cba6dfa007a1304c37237d9 /games/tuxmath | |
parent | 78b522d04c8a56a2bcf7582bd65b2e049494ea9e (diff) | |
download | ports-ef878751a79ba6aaefefa599a76c833c618977d5.tar.gz ports-ef878751a79ba6aaefefa599a76c833c618977d5.zip |
Notes
Diffstat (limited to 'games/tuxmath')
-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 013a7b6bcaa1..e0da70d87c01 100644 --- a/games/tuxmath/Makefile +++ b/games/tuxmath/Makefile @@ -21,7 +21,7 @@ WRKSRC= ${WRKDIR}/${PORTNAME}_w_fonts-${PORTVERSION} USE_GNOME= libxml2 USE_SDL= image mixer net pango sdl -USES= gmake iconv localbase perl5 pkgconfig +USES= gmake gnome iconv localbase perl5 pkgconfig sdl GNU_CONFIGURE= yes CONFIGURE_ENV= T4K_COMMON_CFLAGS="-I${T4K_WRKSRC}/src" \ T4K_COMMON_LIBS="${T4K_WRKSRC}/src/.libs/libt4k_common.a" \ |