diff options
Diffstat (limited to 'net/trickle/Makefile')
-rw-r--r-- | net/trickle/Makefile | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/net/trickle/Makefile b/net/trickle/Makefile index d7b16e234613..fbc84589b207 100644 --- a/net/trickle/Makefile +++ b/net/trickle/Makefile @@ -24,7 +24,6 @@ CONFIGURE_ARGS+=--with-libevent=${LOCALBASE} \ --sysconfdir=${PREFIX}/etc CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include" \ LIBS="-L${LOCALBASE}/lib" -CONFIGURE_TARGET=--build=${MACHINE_ARCH}-portbld-freebsd${OSREL} MAN1= trickle.1 MAN5= trickled.conf.5 |