diff options
Diffstat (limited to 'games/noegnud-littlehack')
-rw-r--r-- | games/noegnud-littlehack/Makefile | 8 |
1 files changed, 2 insertions, 6 deletions
diff --git a/games/noegnud-littlehack/Makefile b/games/noegnud-littlehack/Makefile index d2a2e3138435..09c4922be8f1 100644 --- a/games/noegnud-littlehack/Makefile +++ b/games/noegnud-littlehack/Makefile @@ -1,9 +1,5 @@ -# New ports collection makefile for: noegnud-littlehack -# Date created: 7 April 2004 -# Whom: Leland Wang <llwang@infor.org> -# +# Created by: Leland Wang <llwang@infor.org> # $FreeBSD$ -# PORTNAME= noegnud PORTVERSION= 0.8.3 @@ -22,7 +18,7 @@ COMMENT= The noeGNUd UI for the LittleHack variation of Nethack RUN_DEPENDS= ${LOCALBASE}/share/${NOEGNUDVERSION}/data/gui:${PORTSDIR}/games/noegnud-data NOEGNUDVERSION= ${PORTNAME}-0.8.0 -USE_BISON= build +USES= bison USE_GL= yes WANT_SDL= yes USE_SDL= sdl image mixer |