diff options
author | Bartek Rutkowski <robak@FreeBSD.org> | 2016-12-09 12:40:28 +0000 |
---|---|---|
committer | Bartek Rutkowski <robak@FreeBSD.org> | 2016-12-09 12:40:28 +0000 |
commit | 1a12a7e2bc267cf7bcb9f29d56d093e1c352c5cc (patch) | |
tree | ea7283d82f2993ebfa81af05af28bdf99f7615f4 /ftp | |
parent | 2daa0c16115ca6352328e3ebb818624837d1d705 (diff) | |
download | ports-1a12a7e2bc267cf7bcb9f29d56d093e1c352c5cc.tar.gz ports-1a12a7e2bc267cf7bcb9f29d56d093e1c352c5cc.zip |
Notes
Diffstat (limited to 'ftp')
-rw-r--r-- | ftp/fastdfs/Makefile | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/ftp/fastdfs/Makefile b/ftp/fastdfs/Makefile index b57157877905..dcd2a3cbfae9 100644 --- a/ftp/fastdfs/Makefile +++ b/ftp/fastdfs/Makefile @@ -9,6 +9,8 @@ COMMENT= High performance distributed file system (DFS) LICENSE= GPLv3 +IGNORE_FreeBSD_9_i386= Does not build properly + LIB_DEPENDS= libfastcommon.so:devel/libfastcommon USES= perl5 |