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/mupen64-softgfx | |
parent | e2e9e50ddc24a203a65b1abf7da9c7b3e2606528 (diff) | |
download | ports-d3197732e3e68806152838936bd5c26396b928f9.tar.gz ports-d3197732e3e68806152838936bd5c26396b928f9.zip |
Notes
Diffstat (limited to 'emulators/mupen64-softgfx')
-rw-r--r-- | emulators/mupen64-softgfx/Makefile | 8 |
1 files changed, 2 insertions, 6 deletions
diff --git a/emulators/mupen64-softgfx/Makefile b/emulators/mupen64-softgfx/Makefile index 7b4bc94fd912..c34c804a1047 100644 --- a/emulators/mupen64-softgfx/Makefile +++ b/emulators/mupen64-softgfx/Makefile @@ -1,9 +1,5 @@ -# New ports collection makefile for: mupen64-softgfx -# Date created: 2007-10-08 -# Whom: Jose Alonso Cardenas Marquez <acm@FreeBSD.org> -# +# Created by: Jose Alonso Cardenas Marquez <acm@FreeBSD.org> # $FreeBSD$ -# PORTREVISION= 1 PKGNAMESUFFIX= -softgfx @@ -18,6 +14,6 @@ PLUGIN_NAME= mupen64_soft_gfx MASTERDIR= ${.CURDIR}/../mupen64-base -OPTIONS= # +OPTIONS_OVERRIDE= GTK2 .include "${MASTERDIR}/Makefile" |