diff options
author | Jose Alonso Cardenas Marquez <acm@FreeBSD.org> | 2015-06-15 03:55:58 +0000 |
---|---|---|
committer | Jose Alonso Cardenas Marquez <acm@FreeBSD.org> | 2015-06-15 03:55:58 +0000 |
commit | 70aeea84ca194987267e2ecb999f87e23982e395 (patch) | |
tree | 028c188271f083700c1a0973fce7383279a28cb1 /emulators/mupen64plus-video-glide64 | |
parent | 1c817db333d6f4b196fad39f1b61cb46a2ca8be4 (diff) | |
download | ports-70aeea84ca194987267e2ecb999f87e23982e395.tar.gz ports-70aeea84ca194987267e2ecb999f87e23982e395.zip |
Notes
Diffstat (limited to 'emulators/mupen64plus-video-glide64')
-rw-r--r-- | emulators/mupen64plus-video-glide64/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/emulators/mupen64plus-video-glide64/Makefile b/emulators/mupen64plus-video-glide64/Makefile index 1902f86a098a..23fa2f438970 100644 --- a/emulators/mupen64plus-video-glide64/Makefile +++ b/emulators/mupen64plus-video-glide64/Makefile @@ -19,6 +19,7 @@ OPTIONS_DEFINE= # CFLAGS+= -I${LOCALBASE}/include -I${LOCALBASE}/include/${PORTNAME} LDFLAGS+= -L${LOCALBASE}/lib +DISTINFO_FILE= ${.CURDIR}/distinfo EXTRACT_AFTER_ARGS= # BUILD_WRKSRC= ${WRKSRC}/${PORTNAME}${PKGNAMESUFFIX}/projects/unix WRKSRC= ${WRKDIR} |