diff options
-rw-r--r-- | chinese/unrar/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/chinese/unrar/Makefile b/chinese/unrar/Makefile index 1eb06ba1b47c..9805dafb7ccb 100644 --- a/chinese/unrar/Makefile +++ b/chinese/unrar/Makefile @@ -14,6 +14,6 @@ MASTERDIR= ${.CURDIR}/../../archivers/unrar EXTRA_PATCHES= ${.CURDIR}/files/patch-arcread.cpp \ ${.CURDIR}/files/patch-unicode.cpp -.include "${MASTERDIR}/Makefile" - CONFLICTS= unrar-* + +.include "${MASTERDIR}/Makefile" |