diff options
author | pav <pav@FreeBSD.org> | 2006-12-17 23:58:02 +0800 |
---|---|---|
committer | pav <pav@FreeBSD.org> | 2006-12-17 23:58:02 +0800 |
commit | 6920f221e81ddfbcac90c7497b6018b8edd5025f (patch) | |
tree | e074a940b8041370189b615f36985feeb3dff972 /net/rsync | |
parent | 3ab298d7d5cbe509065fa94e9c49b19ac4edd03a (diff) | |
download | freebsd-ports-gnome-6920f221e81ddfbcac90c7497b6018b8edd5025f.tar.gz freebsd-ports-gnome-6920f221e81ddfbcac90c7497b6018b8edd5025f.tar.zst freebsd-ports-gnome-6920f221e81ddfbcac90c7497b6018b8edd5025f.zip |
- Fix IGNORE conditional (typo)
Diffstat (limited to 'net/rsync')
-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 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 |