aboutsummaryrefslogtreecommitdiff
path: root/games/nibbles/Makefile
diff options
context:
space:
mode:
authorMichael Landin <mich@FreeBSD.org>2005-02-14 11:17:33 +0000
committerMichael Landin <mich@FreeBSD.org>2005-02-14 11:17:33 +0000
commitba16772f67a15ca5e394dab090ab7ff334e3e0b4 (patch)
treec74cffbf7bcaf2a5a6b5b14732255199bcbab464 /games/nibbles/Makefile
parentb08fd53595cbadb92a8bc09df3091e17e3c9b574 (diff)
downloadports-ba16772f67a15ca5e394dab090ab7ff334e3e0b4.tar.gz
ports-ba16772f67a15ca5e394dab090ab7ff334e3e0b4.zip
o Fix USE_GCC flag[1]
o add %%DOCSDIR%% macro while I'm here to make portlint(1) happy Submitted by: John Cochran <jdc@fiawol.org> [1] PR: ports/77406 [1]
Notes
Notes: svn path=/head/; revision=128766
Diffstat (limited to 'games/nibbles/Makefile')
-rw-r--r--games/nibbles/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/games/nibbles/Makefile b/games/nibbles/Makefile
index 53ff3f857799..be671d761d48 100644
--- a/games/nibbles/Makefile
+++ b/games/nibbles/Makefile
@@ -16,7 +16,7 @@ COMMENT= Nibbles is a simple ncurses-based console game
LDFLAGS+= -L${LOCALBASE}/lib -lncurses
CFLAGS+= -Wall
-USE_GCC= yes
+USE_GCC= 2.7+
DOCSDIR= ${PREFIX}/share/doc/${PORTNAME}