Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 28 Aug 2015 09:23:14 +0000 (UTC)
From:      Max Brazhnikov <makc@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r395453 - head/games/hex-a-hop
Message-ID:  <201508280923.t7S9NESp084741@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: makc
Date: Fri Aug 28 09:23:13 2015
New Revision: 395453
URL: https://svnweb.freebsd.org/changeset/ports/395453

Log:
  games/hex-a-hop:
  - Fix build after previous commit
  - Tweak option description

Modified:
  head/games/hex-a-hop/Makefile

Modified: head/games/hex-a-hop/Makefile
==============================================================================
--- head/games/hex-a-hop/Makefile	Fri Aug 28 08:04:39 2015	(r395452)
+++ head/games/hex-a-hop/Makefile	Fri Aug 28 09:23:13 2015	(r395453)
@@ -28,10 +28,10 @@ NLS_CONFIGURE_ENV=	ac_cv_header_libintl_
 NLS_CONFIGURE_ENV_OFF=	ac_cv_header_libintl_h=no
 NLS_LDFLAGS=		-lintl
 
-PANGO_DESC=	Use sdl_pango instead of sdl_ttf
+PANGO_DESC=	Use SDL_Pango instead of SDL_ttf
 PANGO_USE=	SDL=pango
 PANGO_USE_OFF=	SDL=ttf
-PANGO_CONFIGURE_ENABLE=	sdlttf
+PANGO_CONFIGURE_ON=	--disable-sdlttf
 
 SOUND_DESC=	Sound support
 SOUND_USE=	SDL=mixer



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201508280923.t7S9NESp084741>