diff options
Diffstat (limited to 'games/brutalchess/Makefile')
-rw-r--r-- | games/brutalchess/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/games/brutalchess/Makefile b/games/brutalchess/Makefile index 4b81da89f442..08bdc752788f 100644 --- a/games/brutalchess/Makefile +++ b/games/brutalchess/Makefile @@ -6,7 +6,7 @@ # PORTNAME= brutalchess -PORTVERSION= 0.5.1 +PORTVERSION= 0.5.2 CATEGORIES= games MASTER_SITES= ${MASTER_SITE_SOURCEFORGE} MASTER_SITE_SUBDIR= ${PORTNAME} @@ -17,7 +17,7 @@ COMMENT= Nice looking OpenGL chess game WRKSRC= ${WRKDIR}/${PORTNAME}-${PORTVERSION} -CONFIGURE_TARGET= --target=${ARCH}-unknown-freebsd${OSREL} +CONFIGURE_TARGET= --target=${ARCH}-portbld-freebsd${OSREL} USE_GMAKE= yes USE_AUTOTOOLS= libtool:15 |