diff options
author | Emanuel Haupt <ehaupt@FreeBSD.org> | 2013-10-04 05:28:47 +0800 |
---|---|---|
committer | Emanuel Haupt <ehaupt@FreeBSD.org> | 2013-10-04 05:28:47 +0800 |
commit | aad898aa16e9b472abf6b54ed1c8917c196f1c81 (patch) | |
tree | 59224f6acd48e5a78a30c66bab0f6adf347b4fdb /net | |
parent | fff2339297caf90f08a5cf23e16d0e72d8b43320 (diff) | |
download | freebsd-ports-gnome-aad898aa16e9b472abf6b54ed1c8917c196f1c81.tar.gz freebsd-ports-gnome-aad898aa16e9b472abf6b54ed1c8917c196f1c81.tar.zst freebsd-ports-gnome-aad898aa16e9b472abf6b54ed1c8917c196f1c81.zip |
Re-add ICONV to OPTIONS_DEFINE. This went missing during the
update/OPTIONS_RADIO conversion.
Notified by: mat
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 eb5dd86e4045..15a5b544cd1f 100644 --- a/net/rsync/Makefile +++ b/net/rsync/Makefile @@ -32,7 +32,7 @@ MAN1= rsync.1 MAN5= rsyncd.conf.5 # define options -OPTIONS_DEFINE= POPT_PORT ZLIB_BASE SSH +OPTIONS_DEFINE= POPT_PORT ZLIB_BASE SSH ICONV OPTIONS_RADIO= PTS OPTIONS_RADIO_PTS= TIMELIMIT RENAMED FLAGS ATIMES ACL |