diff options
author | bf <bf@FreeBSD.org> | 2012-05-27 05:21:42 +0800 |
---|---|---|
committer | bf <bf@FreeBSD.org> | 2012-05-27 05:21:42 +0800 |
commit | fe2e1f4dad552ef8039f7b37aa535ada6999653d (patch) | |
tree | 4a4d639d97256772e2620eae5ba15c8d7300b68a /security/tor-devel | |
parent | 603444e7b6e5185e653cbb32e508282ea0193ef5 (diff) | |
download | freebsd-ports-gnome-fe2e1f4dad552ef8039f7b37aa535ada6999653d.tar.gz freebsd-ports-gnome-fe2e1f4dad552ef8039f7b37aa535ada6999653d.tar.zst freebsd-ports-gnome-fe2e1f4dad552ef8039f7b37aa535ada6999653d.zip |
remove a redundancy
Diffstat (limited to 'security/tor-devel')
-rw-r--r-- | security/tor-devel/Makefile | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/security/tor-devel/Makefile b/security/tor-devel/Makefile index 709ef19ea8a7..6f3007926c98 100644 --- a/security/tor-devel/Makefile +++ b/security/tor-devel/Makefile @@ -70,8 +70,6 @@ CONFIGURE_ENV= TOR_CPPFLAGS_libevent="-I${LOCALBASE}/include/event2 -I${LOCALBAS TOR_LDFLAGS_libevent="-L${LOCALBASE}/lib/event2" \ TOR_LIBEVENT_LIBS="${TOR_LIBEVENT_LIBS}" -MAKE_JOBS_UNSAFE= yes - OPTIONS= BUFFEREVENTS "use libevent's buffered IO" off \ BUFFREELISTS "freelists for buffer RAM" on \ GMAKE "parallel build safety via GNU make" off \ |