diff options
Diffstat (limited to 'games/lincity/Makefile')
-rw-r--r-- | games/lincity/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/games/lincity/Makefile b/games/lincity/Makefile index abc830b4b98d..e1c26e6c7b3f 100644 --- a/games/lincity/Makefile +++ b/games/lincity/Makefile @@ -7,6 +7,7 @@ PORTNAME= lincity PORTVERSION= 1.12.0 +PORTREVISION= 1 CATEGORIES= games MASTER_SITES= ${MASTER_SITE_SOURCEFORGE} MASTER_SITE_SUBDIR= ${PORTNAME} @@ -14,8 +15,7 @@ MASTER_SITE_SUBDIR= ${PORTNAME} MAINTAINER= ports@FreeBSD.org COMMENT= Rich city simulation game for X -LIB_DEPENDS= intl.5:${PORTSDIR}/devel/gettext-old - +USE_GETTEXT= yes USE_GMAKE= yes GNU_CONFIGURE= yes CONFIGURE_TARGET= --build=${MACHINE_ARCH}-portbld-freebsd${OSREL} |