From e3e672d219bf0b74358f12043b311c8fd6baa7eb Mon Sep 17 00:00:00 2001 From: Dmitry Marakasov Date: Wed, 31 Dec 2008 17:33:49 +0000 Subject: - Add USE_GETTEXT, as the port links with -lintl - Update address of my distfile mirror --- games/volleyball/Makefile | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) (limited to 'games/volleyball/Makefile') diff --git a/games/volleyball/Makefile b/games/volleyball/Makefile index a296422804ce..6f01487eb32f 100644 --- a/games/volleyball/Makefile +++ b/games/volleyball/Makefile @@ -10,7 +10,7 @@ PORTVERSION= 0.8.6 PORTREVISION= 2 CATEGORIES= games MASTER_SITES= http://www.losersjuegos.com.ar/juegos/volleyball/descargas/ \ - http://www.amdmi3.ru/distfiles/ + http://mirror.amdmi3.ru/ DISTFILES= ${DISTNAME}${EXTRACT_SUFX} \ ${PORTNAME}-data-${DATAVERSION}${EXTRACT_SUFX} @@ -20,6 +20,7 @@ COMMENT= A game similar to GNU Arcade Volleyball USE_SDL= sdl image mixer USE_GMAKE= yes GNU_CONFIGURE= yes +USE_GETTEXT= yes CONFIGURE_ENV= LDFLAGS="-L${LOCALBASE}/lib -lintl" CONFIGURE_ARGS= --mandir="${MANPREFIX}/man" --disable-nls # strangeness in nls support @@ -35,7 +36,7 @@ post-configure: post-install: cd ${WRKDIR}/${PORTNAME}-data-${DATAVERSION} && \ ${SETENV} ${MAKE_ENV} ${GMAKE} ${MAKE_FLAGS} ${MAKEFILE} ${MAKE_ARGS} ${INSTALL_TARGET} - + .if !defined(NOPORTDOCS) ${MKDIR} ${DOCSDIR} .for f in ${PORTDOCS} -- cgit v1.2.3