From 15f4ac5d9b556f69f926011cd73a9767664feb42 Mon Sep 17 00:00:00 2001 From: Pav Lucistnik Date: Sun, 17 Dec 2006 15:58:02 +0000 Subject: - Fix IGNORE conditional (typo) --- net/rsync/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'net/rsync') diff --git a/net/rsync/Makefile b/net/rsync/Makefile index 0fc626514447..be5a326a3865 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 -- cgit v1.2.3