diff options
Diffstat (limited to 'emulators/mupen64plus-core')
-rw-r--r-- | emulators/mupen64plus-core/Makefile.common | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/emulators/mupen64plus-core/Makefile.common b/emulators/mupen64plus-core/Makefile.common index ea4a6f5ce676..5219140a912e 100644 --- a/emulators/mupen64plus-core/Makefile.common +++ b/emulators/mupen64plus-core/Makefile.common @@ -1,4 +1,5 @@ -USE_DOS2UNIX= *.c *.cpp *.h *.H *.ini *.conf +USES+= dos2unix +DOS2UNIX_GLOB= *.c *.cpp *.h *.H *.ini *.conf DISTNAME= ${PORTNAME}-bundle-src-${PORTVERSION} PATCHDIR= ${.CURDIR}/files |