diff options
author | Andrej Zverev <az@FreeBSD.org> | 2013-08-03 08:45:51 +0000 |
---|---|---|
committer | Andrej Zverev <az@FreeBSD.org> | 2013-08-03 08:45:51 +0000 |
commit | 99ad9127356be7e975c6ea48d00fa2aba29468d7 (patch) | |
tree | bea626d8d7aaa3973f00760684b26d2ddcce74eb /games/scorched3d/Makefile | |
parent | ce05caaae21cd6b880cf5567917d6bde1c9144fa (diff) | |
download | ports-99ad9127356be7e975c6ea48d00fa2aba29468d7.tar.gz ports-99ad9127356be7e975c6ea48d00fa2aba29468d7.zip |
Notes
Diffstat (limited to 'games/scorched3d/Makefile')
-rw-r--r-- | games/scorched3d/Makefile | 9 |
1 files changed, 2 insertions, 7 deletions
diff --git a/games/scorched3d/Makefile b/games/scorched3d/Makefile index 00915fc5479f..54a9b9f0ef40 100644 --- a/games/scorched3d/Makefile +++ b/games/scorched3d/Makefile @@ -1,8 +1,4 @@ -# -# Ports collection makefile for: scorched3d -# Date created: Jan 5, 2003 -# Whom: mdodd -# +# Created by: mdodd # $FreeBSD$ PORTNAME= scorched3d @@ -34,8 +30,7 @@ USE_OPENAL= al alut USE_SDL= mixer net sdl USE_WX= 2.4+ WX_CONF_ARGS= absolute -USE_PERL5= yes -USES= iconv +USES= iconv perl5 USE_GMAKE= yes USE_AUTOTOOLS= aclocal automake autoconf ACLOCAL_ARGS= -I ${LOCALBASE}/share/aclocal |