diff options
author | Baptiste Daroussin <bapt@FreeBSD.org> | 2013-03-08 11:32:11 +0000 |
---|---|---|
committer | Baptiste Daroussin <bapt@FreeBSD.org> | 2013-03-08 11:32:11 +0000 |
commit | 9250d94365048cf854570d93b5196aa250eba8f0 (patch) | |
tree | 9c130b083139cc77280c7e96cc9cea75a84d2d4c /games/noegnud-slashem | |
parent | 09fa4f371396ff884f3845939561bfc786faf491 (diff) | |
download | ports-9250d94365048cf854570d93b5196aa250eba8f0.tar.gz ports-9250d94365048cf854570d93b5196aa250eba8f0.zip |
Notes
Diffstat (limited to 'games/noegnud-slashem')
-rw-r--r-- | games/noegnud-slashem/Makefile | 8 |
1 files changed, 2 insertions, 6 deletions
diff --git a/games/noegnud-slashem/Makefile b/games/noegnud-slashem/Makefile index 28220b0e36ee..238e7768b193 100644 --- a/games/noegnud-slashem/Makefile +++ b/games/noegnud-slashem/Makefile @@ -1,9 +1,5 @@ -# New ports collection makefile for: noegnud-slashem -# 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 SLASH'EM variant 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 |