diff options
author | Jason Helfman <jgh@FreeBSD.org> | 2013-03-15 16:10:06 +0000 |
---|---|---|
committer | Jason Helfman <jgh@FreeBSD.org> | 2013-03-15 16:10:06 +0000 |
commit | d3197732e3e68806152838936bd5c26396b928f9 (patch) | |
tree | a96ad00890fffda97d5775b28ac4178d75f2cf2c /emulators/mupen64plus-audio-sdl | |
parent | e2e9e50ddc24a203a65b1abf7da9c7b3e2606528 (diff) |
Notes
Diffstat (limited to 'emulators/mupen64plus-audio-sdl')
-rw-r--r-- | emulators/mupen64plus-audio-sdl/Makefile | 8 |
1 files changed, 2 insertions, 6 deletions
diff --git a/emulators/mupen64plus-audio-sdl/Makefile b/emulators/mupen64plus-audio-sdl/Makefile index 0b473d741cc9..6ff9827bf0ba 100644 --- a/emulators/mupen64plus-audio-sdl/Makefile +++ b/emulators/mupen64plus-audio-sdl/Makefile @@ -1,9 +1,5 @@ -# New ports collection makefile for: mupen64plus-audio-sdl -# Date created: 2008-05-16 -# Whom: Jose Alonso Cardenas Marquez <acm@FreeBSD.org> -# +# Created by: Jose Alonso Cardenas Marquez <acm@FreeBSD.org> # $FreeBSD$ -# PKGNAMESUFFIX= -audio-sdl @@ -13,6 +9,6 @@ USE_SDL= sdl MASTERDIR= ${.CURDIR}/../mupen64plus-core -OPTIONS= # +OPTIONS_DEFINE= # .include "${MASTERDIR}/Makefile" |