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-video-z64 | |
parent | e2e9e50ddc24a203a65b1abf7da9c7b3e2606528 (diff) | |
download | ports-d3197732e3e68806152838936bd5c26396b928f9.tar.gz ports-d3197732e3e68806152838936bd5c26396b928f9.zip |
Notes
Diffstat (limited to 'emulators/mupen64plus-video-z64')
-rw-r--r-- | emulators/mupen64plus-video-z64/Makefile | 8 |
1 files changed, 2 insertions, 6 deletions
diff --git a/emulators/mupen64plus-video-z64/Makefile b/emulators/mupen64plus-video-z64/Makefile index 750361357662..b60b0d58b5bf 100644 --- a/emulators/mupen64plus-video-z64/Makefile +++ b/emulators/mupen64plus-video-z64/Makefile @@ -1,9 +1,5 @@ -# New ports collection makefile for: mupen64plus-video-z64 -# Date created: 2011-12-20 -# Whom: Jose Alonso Cardenas Marquez <acm@FreeBSD.org> -# +# Created by: Jose Alonso Cardenas Marquez <acm@FreeBSD.org> # $FreeBSD$ -# PORTREVISION= 2 PKGNAMESUFFIX= -video-z64 @@ -18,7 +14,7 @@ USE_SDL= yes MASTERDIR= ${.CURDIR}/../mupen64plus-core -OPTIONS= # +OPTIONS_DEFINE= # CFLAGS+= -I${LOCALBASE}/include -I${LOCALBASE}/include/${PORTNAME} LDFLAGS+= -L${LOCALBASE}/lib |