diff options
author | rafan <rafan@FreeBSD.org> | 2007-03-28 13:53:54 +0000 |
---|---|---|
committer | rafan <rafan@FreeBSD.org> | 2007-03-28 13:53:54 +0000 |
commit | 5bef4767382c22701e969e99bd449db758bb8e49 (patch) | |
tree | 9b82b725cdce9f6ad9ab2e21be2633c7bdc63455 /chinese | |
parent | 5eb064694b0385d95f01754cbd1c2ada0555cf66 (diff) | |
download | FreeBSD-ports-5bef4767382c22701e969e99bd449db758bb8e49.zip FreeBSD-ports-5bef4767382c22701e969e99bd449db758bb8e49.tar.gz |
- archives/unrar is slave-port friendly
Diffstat (limited to 'chinese')
-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 1eb06ba..9805daf 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" |