diff options
Diffstat (limited to 'net')
-rw-r--r-- | net/rsync/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/net/rsync/Makefile b/net/rsync/Makefile index 0fc6265..be5a326 100644 --- a/net/rsync/Makefile +++ b/net/rsync/Makefile @@ -65,7 +65,7 @@ EXTRA_PATCHES+= ${WRKSRC}/patches/acls.diff CONFIGURE_ARGS+=--enable-acl-support .endif -.if defined(WITH_FLAGS) +.if defined(WITH_FLAGSP) IGNORE= can't be built: Flags and ACLs patches can't be both enabled at the same time. Please rerun 'make config' and disable one of them .endif .endif |