diff options
author | Carlo Strub <cs@FreeBSD.org> | 2012-08-02 09:02:43 +0000 |
---|---|---|
committer | Carlo Strub <cs@FreeBSD.org> | 2012-08-02 09:02:43 +0000 |
commit | 344b32ccd9f4853dff7b8d1bbcb191bf46c6f5ca (patch) | |
tree | 069ccbea155001b7168967685ae64e97f3524568 /games/einstein | |
parent | 81902d0a6c641126d021a998efb6e6ecca624294 (diff) | |
download | ports-344b32ccd9f4853dff7b8d1bbcb191bf46c6f5ca.tar.gz ports-344b32ccd9f4853dff7b8d1bbcb191bf46c6f5ca.zip |
Notes
Diffstat (limited to 'games/einstein')
-rw-r--r-- | games/einstein/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/games/einstein/Makefile b/games/einstein/Makefile index e4b85c1d1554..b979fbac8856 100644 --- a/games/einstein/Makefile +++ b/games/einstein/Makefile @@ -13,7 +13,7 @@ MASTER_SITES= http://games.flowix.com/files/einstein/ DISTNAME= ${PORTNAME}-${PORTVERSION}-src MAINTAINER= edwin@mavetju.org -COMMENT= Remake of old DOS game Sherlock, which was inspired by Albert Einstein's puzzle. +COMMENT= Remake of old DOS game Sherlock, which was inspired by Albert Einstein's puzzle USE_SDL= sdl ttf mixer WRKSRC= ${WRKDIR}/${PORTNAME}-${PORTVERSION} |