diff options
Diffstat (limited to 'games/freecell-solver/Makefile')
-rw-r--r-- | games/freecell-solver/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/games/freecell-solver/Makefile b/games/freecell-solver/Makefile index 2526c457937b..c312a1df20b2 100644 --- a/games/freecell-solver/Makefile +++ b/games/freecell-solver/Makefile @@ -8,13 +8,14 @@ PORTNAME= freecell-solver PORTVERSION= 2.8.11 +PORTREVISION= 1 CATEGORIES= games MASTER_SITES= http://download.berlios.de/fc-solve/ MAINTAINER= ports@FreeBSD.org COMMENT= A program that automatically solves games of Freecell -USE_AUTOTOOLS= libtool:15 +GNU_CONFIGURE= yes CONFIGURE_TARGET= --build=${MACHINE_ARCH}-portbld-freebsd${OSREL} INSTALLS_SHLIB= yes |