Index: Makefile =================================================================== RCS file: /home/pcvs/ports/games/nsnake/Makefile,v retrieving revision 1.2 diff -u -r1.2 Makefile --- Makefile 3 Apr 2011 16:27:11 -0000 1.2 +++ Makefile 26 Aug 2011 11:45:56 -0000 @@ -6,7 +6,7 @@ # PORTNAME= nsnake -PORTVERSION= 1.1 +PORTVERSION= 1.2.1 CATEGORIES= games MASTER_SITES= http://softs.malikania.fr/releases/ EXTRACT_SUFX= .tgz @@ -17,6 +17,7 @@ MAN6= nsnake.6 PLIST_FILES= bin/nsnake PORTDOCS= LICENSE CHANGELOG +USE_NCURSES= yes post-install: .if !defined(NOPORTDOCS) Index: distinfo =================================================================== RCS file: /home/pcvs/ports/games/nsnake/distinfo,v retrieving revision 1.2 diff -u -r1.2 distinfo --- distinfo 3 Apr 2011 16:27:11 -0000 1.2 +++ distinfo 26 Aug 2011 11:44:00 -0000 @@ -1,2 +1,2 @@ -SHA256 (nsnake-1.1.tgz) = d975478ae22115c80d6cc32db5e0c123fd0db8b11113d8939e34e27b0d4658e0 -SIZE (nsnake-1.1.tgz) = 6269 +SHA256 (nsnake-1.2.1.tgz) = 7d75d16f071dcdf5dadb959f04a83c4df52c6879604ba9fb1ff354069d84b1d2 +SIZE (nsnake-1.2.1.tgz) = 6207 Index: files/patch-Makefile =================================================================== RCS file: /home/pcvs/ports/games/nsnake/files/patch-Makefile,v retrieving revision 1.1 diff -u -r1.1 patch-Makefile --- files/patch-Makefile 10 Mar 2011 22:15:35 -0000 1.1 +++ files/patch-Makefile 26 Aug 2011 11:53:51 -0000 @@ -1,6 +1,13 @@ ---- Makefile.orig 2011-03-08 18:04:22.000000000 +0100 -+++ Makefile 2011-03-08 18:04:41.000000000 +0100 -@@ -27,7 +27,7 @@ +--- ./Makefile.orig 2011-08-26 11:17:35.000000000 +0200 ++++ ./Makefile 2011-08-26 13:53:40.000000000 +0200 +@@ -21,13 +21,13 @@ + USER= games + GROUP= games + +-CC= gcc ++CC?= gcc + CFLAGS= -Wall + LDFLAGS= -lcurses INSTALL= install PREFIX= /usr/local VARBASE= /var